body {
    background-image: url('./sengi.png');
    background-size: contain;
    background-color: #3598da;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 100vh;
}