*{
    padding: 0;
    margin: 0;
}
body {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
p {
    padding: 2px 0;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
}
.center-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

#logo {
    display: flex;
    flex-direction: column;
    width: 95vw;
    height: auto;   
    max-width: 700px;
}
.text1,.text2 {
    padding-bottom: 25px;
}
#name {
    font-weight: bolder;
    font-size: 25px;
}
#bold, a {
    font-weight: bold;
    text-decoration: none;
    color: black;
}

.links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}
span {
    padding: 3px 20px;
    font-weight: bolder;
}

.underconstruction {
    color: grey;
}
#tobias-link{
    font-weight: lighter;
    color: #84d2cd;
}