@import url('https://fonts.googleapis.com/css2?family=Palanquin+Dark&display=swap');
*{
    font-family: 'Palanquin Dark', sans-serif;
}
body {
    margin-top: 10%;
    background: url("bg.png") no-repeat center fixed;
    background-size: cover;
     /*
     background-color: red;
     animation-name: example;
     animation-duration: 4s;


    @keyframes example {
     from {background-color: red;}
  to {background-color: yellow;} */

}   
h1, h2{
    color: rgb(0, 0, 0);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.links{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.links h3{
    padding-top: 40px;
    margin-top: 0;
    margin-right: 20px;
}
.links h3:nth-last-of-type(1){
    margin-right: 0;
}
