*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Alegreya", serif;
    list-style: none;
}
body{
    overflow-x: hidden;
}
button{
    background-color: peachpuff;
    padding: 5px;
}
button:hover{
    background-color: transparent;
    
}
.main-content{
    display: flex;
    justify-content: space-evenly;
}
.price-plans{
    font-size: 80px;
    margin-top: 20px;
}
.paragraph{
    color: rgb(49, 48, 48);
    font-size: 30px;
    margin-top: 160px;
    text-align: justify;
    margin-left: 200px;
    font-weight: 500;
}
.poster{
    margin-top: 10%;
}
.poster h1{
    font-size: 100px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin-left: 20%;
}
.poster h2{
    font-size: 60px;
    font-weight: 600;
    margin-left: 20%;
    text-align: justify;
}
html{
    scroll-behavior:smooth ;
}
::-webkit-scrollbar{
    width: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-track{
    background-color: black;
}
::-webkit-scrollbar-thumb{
    background-color: peachpuff;
    border-radius: 10px;
}
