* {
    box-sizing: border-box;
    font-family: "VT323", monospace;
}

@font-face {
    font-family: "VT323";
    src: url("../transfonter.org-20230717-144525/VT323-Regular.ttf") format("truetype"),
        url("../transfonter.org-20230717-144525/VT323-Regular.woff") format("woff");
}

body {
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.picture {
    display: flex;
    height: 80vh;
    width: 90vw;
    background-image: url(../img/Japan.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 4vw;
}

.title-block {
    display: flex;
    align-self: center;
    height: 70px;
}

.title-text {
    display: flex;
    font-size: 70px;
    color: #dd83cb;
    margin-top: 0;
}

.back-block {
    padding-top: 20px;
    margin-right: 30px;
}

.menu-block {
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 20px;
}

.further-block {
    margin-left: 30px;
    padding-top: 20px;
}

.menu-text {
    font-size: 30px;
    color: #323232;
    text-decoration: none;
}

.bottom-bar {
    display: flex;
    flex-direction: row;
    align-self: center;
}

.music-button {
    margin-left: 640px;
    width: 239px;
    margin-top: 15px;
}

@media (max-width: 1024px) {
    .bottom-bar {
        margin-bottom: 20px;
    }
}

@media (max-width: 280px) {

    .further-block,
    .menu-block {
        margin-left: 0;
    }
}