* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-family: "Montserrat";
}

body {
    background-color: hsl(30, 38%, 92%);
}

#container{
    width: 90vw;
    height: 90vh;
    margin: auto;
    background-color: white;
    border-radius: 4%;
    margin-top: 20px;
    padding-bottom: 20px;
}

.image{
    position: relative;
    width: 100%;
    height: 38%;
    object-fit: cover;
    margin-bottom: 25px;
    border-radius: 4% 4% 0 0;
}

.placeholder{
    font-family: "Montserrat","serif";
    font-size: 0.8rem;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 8px;
    opacity: 0.6;
}

.title {
    font-family: "Frounces", "serif";
    margin-left: 16px;
    font-weight: 700;
    font-size: 2.3rem;
    letter-spacing: 0.1px;
    line-height: 0.9;
    color: hsl(212, 21%, 14%);
}

.description {
    font-family: "Montserrat","serif";
    margin-left: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    opacity: 0.7;
    font-size: 14px;
    width: 90%;
    line-height: 1.6;
    text-align: left;
}

.price-container {
    width: 90%;
    margin: auto;
}

.price1 {
    font-family: "Montserrat";
    font-size: 2rem;
    font-weight: bold;
    color: hsl(158, 36%, 37%);
}

.price2 {
    position: relative;
    float: right;
    text-decoration: line-through;
    opacity: 0.5;
    bottom: 28px;
    right: 100px;
}

.button {
    width: 90%;
    height: 45px;
    border-style: none;
    border-radius: 10px;
    margin-left: 15px;
    background-color: hsl(158, 36%, 37%);
    color: white;
    font-weight: bold;
    font-size: 1rem;
}

button:hover{
    background-color: hsl(158, 56%, 19%);
    cursor: pointer;
}

svg{
    margin-right: 10px;
}

.attribution{
    position: relative;
    top: 10px;
}


@media only screen and (min-width: 1440px) {
    #container{
        width: 45vw;
        height: 50vh;
        margin: auto;
        margin-top: 12%;
        background-color: white;
        border-radius: 4%;
    }

    .image{
        position: relative;
        width: 50%;
        height: 50vh;
        object-fit: cover;
        margin-bottom: 25px;
        border-radius: 4% 0 0 4%;
    }

    .placeholder{
        position: relative;
        font-family: "Montserrat","serif";
        font-size: 1rem;
        opacity: 0.6;
        float: right;
        top: 25px;
        right: 200px;
    }
    
    .title {
        position: relative;
        font-family: "Frounces", "serif";
        font-weight: bold;
        font-size: 2.6rem;
        letter-spacing: 0.1px;
        line-height: 0.9;
        color: hsl(212, 21%, 14%);
        float: right;
        width: 270px;
        bottom: 410px;
        right: 35px;
        
    }
    
    .description {
        font-family: "Montserrat","serif";
        position: relative;
        opacity: 0.7;
        font-size: 17px;
        width: 270px;
        line-height: 1.3;
        float: right;
        bottom: 295px;
        left: 255px;
        text-align: left;
    }
    
    .price-container {
        width: 150px;
        margin: auto;
        float: right;
        position: relative;
        bottom: 285px;
        right: 120px;
    }
    
    .price1 {
        position: relative;
        font-family: "Montserrat";
        font-size: 1.8rem;
        font-weight: bold;
        color: hsl(158, 36%, 37%);
        right: 30px;
    }
    
    .price2 {
        position: relative;
        float: right;
        text-decoration: line-through;
        opacity: 0.5;
        left: 10px;
    }
    
    .button {
        width: 37%;
        height: 40px;
        border-style: none;
        border-radius: 10px;
        margin-left: 15px;
        background-color: hsl(158, 36%, 37%);
        color: white;
        font-weight: bold;
        font-size: 1rem;
        position: relative;
        bottom: 230px;
        left: 348px;
    }
    
    button:hover{
        background-color: hsl(158, 56%, 19%);
        cursor: pointer;
    }
    
    svg{
        margin-right: 10px;
    }
    
    .attribution{
        position: relative;
    }
}

@media only screen and (min-width: 1600px){
    .image{
        position: relative;
        width: 50%;
        height: 50vh;
        object-fit: cover;
        margin-bottom: 25px;
        border-radius: 4% 0 0 4%;
    }

    .placeholder{
        position: relative;
        font-family: "Montserrat","serif";
        font-size: 1.2rem;
        opacity: 0.6;
        float: right;
        top: 25px;
        right: 200px;
    }
    
    .title {
        position: relative;
        font-family: "Frounces", "serif";
        font-weight: bold;
        font-size: 2.6rem;
        letter-spacing: 0.1px;
        line-height: 0.9;
        color: hsl(212, 21%, 14%);
        float: right;
        width: 270px;
        right: 55px;
        bottom: 400px;
    }
    
    .description {
        font-family: "Montserrat","serif";
        position: relative;
        opacity: 0.7;
        font-size: 17px;
        width: 270px;
        line-height: 1.3;
        float: right;
        bottom: 295px;
        left: 235px;
        text-align: left;
    }
    
    .price-container {
        width: 150px;
        margin: auto;
        float: right;
        position: relative;
        bottom: 155px;
        left: 432px;
    }
    
    .price1 {
        position: relative;
        font-family: "Montserrat";
        font-size: 1.8rem;
        font-weight: bold;
        color: hsl(158, 36%, 37%);
        right: 30px;
    }
    
    .price2 {
        position: relative;
        float: right;
        text-decoration: line-through;
        opacity: 0.5;
        left: 10px;
    }
    
    .button {
        width: 37%;
        height: 40px;
        border-style: none;
        border-radius: 10px;
        margin-left: 15px;
        background-color: hsl(158, 36%, 37%);
        color: white;
        font-weight: bold;
        font-size: 1rem;
        position: relative;
        bottom: 230px;
        left: 395px;
    }
    
    button:hover{
        background-color: hsl(158, 56%, 19%);
        cursor: pointer;
    }
    
    svg{
        margin-right: 10px;
    }
    
    .attribution{
        position: relative;
    }
}

@media only screen and (min-width: 1910px){
    
    #container{
        position: relative;
        width: 45vw;
        height: 50vh;
        margin: auto;
        margin-top: 12%;
        background-color: white;
        border-radius: 4%;
    }
    
    .placeholder{
        position: relative;
        font-family: "Montserrat","serif";
        font-size: 1.2rem;
        opacity: 0.6;
        float: right;
        top: 25px;
        right: 260px;
    }
    
    .title {
        position: relative;
        font-family: "Frounces", "serif";
        font-weight: bold;
        font-size: 2.6rem;
        letter-spacing: 0.1px;
        line-height: 0.9;
        color: hsl(212, 21%, 14%);
        float: right;
        width: 270px;
        right: 115px;
        bottom: 400px;
    }
    
    .description {
        font-family: "Montserrat","serif";
        position: absolute;
        opacity: 0.7;
        font-size: 17px;
        width: 280px;
        line-height: 1.3;
        text-align: left;
        float: right;
        left: 465px;
        top: 200px;
    }
    
    .price-container {
        width: 150px;
        margin: auto;
        float: right;
        position: relative;
        bottom: 155px;
        left: 85px;
    }
    
    .price1 {
        position: relative;
        font-family: "Montserrat";
        font-size: 1.8rem;
        font-weight: bold;
        color: hsl(158, 36%, 37%);
        right: 30px;
    }
    
    .price2 {
        position: relative;
        float: right;
        text-decoration: line-through;
        opacity: 0.5;
        left: 10px;
    }
    
    .button {
        width: 37%;
        height: 50px;
        border-style: none;
        border-radius: 10px;
        margin-left: 15px;
        background-color: hsl(158, 36%, 37%);
        color: white;
        font-weight: bold;
        font-size: 1rem;
        position: relative;
        bottom: 100px;
        left: 475px;
    }
    
    button:hover{
        background-color: hsl(158, 56%, 19%);
        cursor: pointer;
    }
    
    svg{
        margin-right: 10px;
    }
    
    .attribution{
        position: relative;
    }
}