@import url('https://fonts.googleapis.com/css2?family=Road+Rage&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

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

body {
    font-size: 24px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #0A0A0A;
    background-color: #FFFAEE;
    background-image: url("img/background-tile.png");
    display: grid;
    margin-top: 10vh;
    margin-left: 10vw;
    margin-right: 10vw;
}

h1 {
    font-family: "Road Rage", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 72px;
}

h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
}

a {
    text-decoration: none;
}

footer {
    position: relative;
    margin: 0 auto;
    margin-top: 10vh;
    height: 20vh;
}

.logo {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    width: 75vw;
}

.background-element {
    position: fixed;
    z-index: -1;
    overflow: hidden;
}

.center {
    text-align: center;
}

.social-icon {
    color: #4700AD;
    fill: #4700AD;
}