@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


.namecard {
    font-size: 25px;
    margin: 0;
}

h1 {
    margin: 0;
}

.navigation-links {
    font-size: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

a {
    text-decoration: none;
    color: black;
    height: 1em;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

h2 {
    margin: 0;
    font-size: 2rem;
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    font-family: "Raleway", sans-serif;
}

hr {
    width: 100vw;
    height: 0.8vh;
    background: black;
}

.main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
    font-family: "Raleway", sans-serif;
    font-size: 1.5rem;
    margin-left: 10vw;
    margin-right: 10vw;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

body {
    background: #fff8b1
}