body{
    max-width: 100%;
    min-height: 100vh;
    background-image: url("./assets/background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: overlay;
}
h1{
    color: white;
}
.small-logo-image{
    height: 50px;
    width: auto;
}
.container{
    margin-top: 50px;
    min-height: 100vh;
    text-align: center;
}
.big-logo-image{
    height: auto;
    width: 300px;
}
.center-text{
    margin: 4px;
    color: white;
}
.email-link{
    text-decoration: none;
    color: white;
}
.social-media{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px auto 0;
    position: static;
}
.social-media-icon{
    text-decoration: none;
    color: white;
}
.social-media-icon svg{
    width: 24px;
    height: 24px;
    display: block;
}