body, html{
    overflow: hidden;
}

main{
    display: flex;
    flex-direction: column;
    place-items: center;
    background-color: #2C458D;
    height: 100vh;
    width: 100vw;
}

main img{
    max-width: 150px;
}

p{
    position: absolute;
    bottom: 10%;
    color: white;
}
