body {
     background-color: #BDE3F1 ;
     color: #000000;
     font-family: "Quicksand", sans-serif;
     padding: 1em;
}

h1 {
     font-family: "Cherry Bomb One", system-ui;
     font-size: 2.5em;
}

h1, h2, p {
     margin-top: .5em;
     margin-bottom: .5em;
}


/*LINKS*/

a {
     color:#63148A;
     text-decoration: none;
     padding:.5em;
     transition: .5s;
}

a:hover {
    text-decoration: underline;
    background-color:#000000 ;
    color:#BDE3F1 ;
    border-radius: 5px;
}

img {
     border: .3em dashed #FFFFFF;
}
.logo {
     border: 1px solid white;
     border-radius:50%;
}