body{
    background-color: #1d252c;
    margin: 0;
}

.logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}

svg{
    height: 30vh;
    max-width: 20vw;
}

p{
    color: white;
}
