@import url('https://fonts.googleapis.com/css2?family=Kavoon&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Neucha&display=swap');

*{
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
}

h1{
color: #b7e9d6;
padding-top: 6rem;
margin-left: 2rem;
margin-right: 2rem;
padding-bottom: 2.5rem;
font-family: "Kavoon", serif;
font-weight: 400;
font-style: normal;
font-size: 2rem;
text-align: center;
}

h1, p{
    text-align: center;
}

p{
    font-size: 1.5em;
    padding-bottom: 3rem;
    font-family: "Neucha", cursive;
    font-weight: 400;
    font-style: normal;
    
    
}

a{
    text-decoration: none;
    background-color:#b7e9d6;
    border-radius: 1rem;
    padding: 15px;
    color: black;
}

body{
background-color: #102037;  
}

.color{
    color: #b7e9d6;
    padding-bottom: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
}


