@font-face {
    font-family: "GeoSans-Light";
    src: url("fonts/GeosansLight.ttf") format("truetype");
}

body {
    margin: 0;
    padding: 0;
}

h1, h2{
    text-align: center;
    margin-bottom: 30px; 
    font-family: "GeoSans-Light", sans-serif;
    font-size: 3rem;
    font-weight: 800;
}

.links-content {
    display: flex;
    flex-grow: 1;
    flex-direction: column;

}

.links-container {
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
   
}

.link-button {
    background-color: black;
    color: white;
    padding: 1em;
    border-radius: 3em;
    text-decoration: none;
    text-align: center;
    font-size: x-large;
    flex: flex-grow;
    margin: 0.5em; 
}
