body{
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding-bottom: 10rem;
}
h1{
    font-family: "Grundschrift", sans-serif;  
    font-size: 3rem;
    font-weight: bold;
    color: rgb(46, 98, 188);
}

h2 {

    font-family: "Grundschrift", sans-serif;  
    font-size: 2rem;
    font-weight: bold;
    color:  rgb(46, 98, 188);
}

p{
    font-family: "Grundschrift", sans-serif;  
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 2;
    text-align: center;
    color: rgb(29, 29, 29);
}


.heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.button {
    width: 25%;
    padding: 10px 10px;
    border: 0px outset buttonborder;
    border-radius: 3px;
    color: buttontext;
    background-color: rgb(46, 98, 188);
    text-decoration: none;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    font-family: "Grundschrift", sans-serif;  
    font-size: 1rem;
    font-weight: bold;
    color: rgb(255, 255, 255);
}



@font-face {
    font-family: 'Grundschrift'; /*a name to be used later*/
    src: url('/Grundschrift-Regular.otf'); /*URL to font*/
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Grundschrift'; /*a name to be used later*/
    src: url('/Grundschrift-Bold.otf'); /*URL to font*/
    font-weight: bold;
    font-style: normal;
}