

body{
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: 'FrutigerNext-Reg', sans-serif;
    overflow-x: hidden;
}

#logo{
    width: 5rem;
    height: auto;
    align-self: center;
    margin: 3rem;
}

a{
    background-color: #E8EDF3;
    padding: 0.8rem 2rem 0.4rem 2rem;
    text-decoration: none;
    text-align: center;
    color: #1C3773;
    font-family: 'FrutigerNext-Bold', sans-serif;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    
}

h1{
    font-family: 'FrutigerNext-Reg', sans-serif;
    font-weight: 300;
    font-size: 5rem;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-top: 1.2rem;
}

h2{
    font-family: 'FrutigerNext-Heavy', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-align: start;
}

a:hover{
    background-color: #c3d2e7;
}

.container{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: start;
    align-items: center;
    width: 100vw;
}

.container div{
    display: flex;
    flex-direction: column;

    padding: 0rem 2rem 2rem 2rem;
    margin: 0 1rem 3rem 1rem;

    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.18);
}