* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    width: 90vw;
    height: 90vh;
    background-color: #423f3f;
    background-image: url(/assets/logo-no-background.png);
    background-size:contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 10vh;
}
img {
    align-self: center;
    width: 30vw;
}
h1 {
    text-align: center;
    color:#ebe7e7;
    box-shadow: 0.3rem 0.3rem 0.3rem 0rem;
}