@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 10px;
    padding: 10px;
    box-sizing: border-box;
    scroll-behavior: smooth;
    
}
.body{
    background-color: #7d0319;
}
@media only screen and (max-width:768px) {
   
    .body{
        background-color: #ffbfe9;
    }
}