html {
    background: #282a36;
}

body {
    background: transparent;
}

.product {
    margin-top: 75px;
    position: absolute;
    width: 100%;
    height: auto;
    background: none;
    background: rgb(255,128,191);
    background: linear-gradient(150deg, rgba(255,128,191,1) 0%, rgba(149,128,255,1) 100%);
    background-attachment: fixed;
}

.title {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: #f8f8f2;
    text-align: center;
    margin: 5px auto;
    margin-top: 45px;

}

.description, em {
    font-family: "Roboto", sans-serif;
    font-size: 16pt;
    font-weight: 200;
    color: #f8f8f2;
    text-align: center;
    margin-top: -7px;
}

img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 50%;
    margin-top: 15px;
    margin-bottom: 90px;
    border: 8px solid #44475a;
    border-radius: 2.5vw;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);
}

