@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap');

* {
    padding: 0;
    margin: 0;
}

.main-body {
    background: #00264D;
    width: 100%;
    height: 100vh;
}

.main-body a {
    width: 100%;
    height: 100vh;
    background: url("../img/white-page-image-mob.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
}

@media screen and (min-width: 1200px) {
    .main-body a {
        background: url("../img/white-page-image.jpg") no-repeat;
        background-size: cover;

    }
}