* {
    font-family: Montserrat, "Ubuntu", "IBM Plex Mono", Inter, sans-serif;
    margin: 0;
    padding: 0;
}

.header-data{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 15px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1;
}
.logo-data{
    width: 200px;
}

h2 {
    font-family: "Ubuntu" ,sans-serif;
    font-weight: normal;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 55px;
}
.h3-about {
    font-family: "IBM Plex Mono", sans-serif;
    font-size: 20px;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    font-weight: lighter;
    padding-bottom: 0;
}

h3 {
    display: flex;
    justify-content: left;
    padding-top: 30px;
    font-family: "IBM Plex Mono", sans-serif;
    font-size: 20px;
    padding-bottom: 20px;
    margin-left: 8dvh;
    margin-right: 8dvh;
}
.h3-num {
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 0;
    font-family: "Ubuntu" ,sans-serif;
}
p{
    margin-right: 8dvh;
    margin-left: 8dvh;
    font-family: Inter, sans-serif;
}
h4{
    margin-right: 8dvh;
    margin-left: 8dvh;
}
li{
    margin-left: 8dvh;
    margin-right: 8dvh;
    list-style: none;
}
.footer-steinkellner p{
    font-family: "IBM Plex Mono", sans-serif;
    padding-top: 30px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    font-size: 20px;
    padding-bottom: 10px;
    color: white;
}
.footer-copyright{
    display: flex;
    justify-content: center;
    font-family: "IBM Plex Mono", sans-serif;
    font-weight: lighter;
    padding-bottom: 20px;
    font-size: 20px;
    color: white;
}
footer{
    background-color: black;
}
.spaceholder{
    padding-bottom: 40px;
}