body{
    margin: 0;
}
.scroll{
    overflow: hidden;
}
@font-face{
    font-family: 'tuesdayNight';
    src: url('../TuesdayNight-Regular.otf');
}
.p-padding{
    padding-left: 30px;
}
h1{
    font-family: 'tuesdayNight';
    margin-top: 3rem;
    text-align: center;
    font-size: 3rem;
}
.price-laptop{
    font-family: 'tuesdayNight';
    color: #d2ab66;
    text-align: left;
    font-size: 2.5rem;
}
.price-phone{
    display: none;
}
#container{
    text-align: center;
    background-color: white;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.img-container{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 30px;
}
.img-container img{
    width: 33%;
}
div .text{
    width: 50%;
    padding-right: 5%;
}
p{
    text-align: left;
    font-family: 'Lato';
    line-height: 20px;
}
.list li{
    text-align: left;
    font-family: 'Lato';
}
#container img{
    height: 60vh;
}
/* ==========================ID=========================== */
@media screen and (max-width: 1000px){
    h1{
        margin-top: 1.5rem;
        font-size: 2.3rem;
    }
    .h1-padding{
        font-size: 2rem;
        width: 80%;
    }
    div .text{
        width: 80%;
        margin-top: 35px;
    }
    #container img{
        height: 40vh;
    }
    .price-laptop{
        display: none;
    }
    .price-phone{
        display: block;
        font-family: 'tuesdayNight';
        color: #d2ab66;
        text-align: left;
        font-size: 2rem;
        margin: 0;
    }
    .h1-padding-right{
        padding-right: 70px;
    }
}