* {
    box-sizing: border-box;
    font-family: 'Permanent Marker', cursive;
}

@font-face {
    font-family: "Permanent Marker";
    src: url("../transfonter.org-20230719-200228/PermanentMarker-Regular.ttf") format("truetype"),
        url("../transfonter.org-20230719-200228/PermanentMarker-Regular.woff") format("woff");
}

body {
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.picture {
    display: flex;
    height: 80vh;
    width: 50vw;
    background-image: url(../img/title.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 25vw;
}

.title-block {
    display: flex;
    align-self: center;
    height: 70px;
}

.title-text {
    display: flex;
    font-size: 70px;
    color: #4244ab;
    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: 241px;
    margin-top: 15px;
}

@media (max-width: 1440px) {
    .picture {
        height: 60vh;
        background-position: bottom;
    }
}

@media (max-width: 1024px) {
    .picture {
        height: 30vh;
    }
}

@media (max-width: 912px) {
    .picture {
        height: 30vh;
    }
}

@media (max-width: 540px) {
    .picture {
        width: 80vw;
        margin-left: 9vw;
    }

    .title-text {
        font-size: 43px;
    }

    .further-block,
    .menu-block {
        margin-left: 0;
    }
}

@media (max-width: 391px) {
    .title-text {
        font-size: 38px;
    }

    .menu-text {
        font-size: 24px;
    }
}

@media (max-width: 280px) {
    .title-text {
        font-size: 28px;
    }

    .menu-text {
        font-size: 18px;
    }
}

@media (min-width: 2560px) {
    .picture {
        height: 70vh;
        width: 48vw;
    }
}