html,body {
    width: 100%;
    height: 150%;
    margin: 0;
background-color: #262626;
    color: #e3e3e3;
    font-size: 16pt;
}
.container {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #161931;
}
p {
    text-align: center;
    margin: 0;
}
#slogan{
    font-size: 25pt;
    font-family: cinzel;
}
#name{
    font-size: 30pt;
    font-family: "cinzel decorative";
}
img {
    width: 45vw;
}
.logo {
    display: flex;
    align-items: center;
    flex-direction: column;
}
