body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-image: url(../image/skylogo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}