@import url('https://fonts.googleapis.com/css2?family=Kalnia:wght@100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 3;
    padding: 3;
    box-sizing: border-box;
}
html{
    width: 90vw;
}
.body{
    background-color: rgb(232, 163, 235);
    width:100%;
}
@media only screen and (max-width: 768px){
    .body{
    background-color: rgb(232, 163, 235);}   
}

@media (max-width:800px){
    .element{
        width:100%;
        background-color:rgb(232, 163, 235) ;
    }
}