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

.contact-section{
    background-color: #BD97CB;
}

body{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal; 
  }

