body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #2d324d;
}


.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
}