*{
    margin: 0;
    padding: 0;
}
body {
    
    background-color: rgb(17, 24, 39);
    font-family: 'Segoe UI', 'Roboto', sans-serif;
    box-sizing: border-box;
}
h1 {
    color: rgb(229, 231, 235);
    font-size: 48px;
    white-space: nowrap;
}
h2 {
    color: rgb(107, 114, 128);
    font-size: 20px;
    margin-bottom: 1em;
}
img {
    border-radius: 16px;
}
#main {
    display: flex;
    margin: 4rem;
    justify-content: center;
    align-items: center;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
}
#details{
    margin: 0 3rem;
}
#product {
    border-radius: 10px;
    margin: 18px;
    display: flex;
    align-items: center;
}
#product img {
    max-width: 800px;
    min-width: 600px;
}
 .download {
    padding: 1em 1.8em;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}