body {
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    color: #ffffff;
    overflow-y: scroll; /* Enable scrolling */
    scrollbar-width: none; /* Firefox scrolling */
    -ms-overflow-style: none; /* IE and Edge */
}

body::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Webkit browsers */
}

.main-logo{
    width: 291px;
    height: 289px;
    margin-top: 20px;
    margin-bottom: 20px;

}

.main-links{
    display: flex;
    flex-direction: column;
    align-items: center;

}
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

footer {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 1.5vw;
}

@media (max-width: 1024px) {
    .fullscreen-bg {
        background: url('https://www.mmjp.or.jp/ssl.vivario.jp/cataplana.jpg') center center / cover no-repeat;
    }

    .fullscreen-bg__video {
        display: none;
    }
}
@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('https://www.mmjp.or.jp/ssl.vivario.jp/cataplana.jpg') center center / cover no-repeat;
    }

    .fullscreen-bg__video {
        display: none;
    }
}