* {
    box-sizing: border-box;
    font-family: "VT323", monospace;
    color: #dd83cb;
    font-size: 28px;
}

@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: 5px 40px 40px 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.picture {
    display: flex;
    justify-content: center;
}

.picture__img {
    display: flex;
    width: 30vw;
}

.bottom-bar {
    display: flex;
    flex-direction: row;
    align-self: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.return-block {
    margin-right: 30px;
    padding-top: 20px;
}

.menu-text {
    font-size: 30px;
    color: #323232;
    text-decoration: none;
}

.further-block {
    margin-left: 30px;
    padding-top: 20px;
}

@media (max-width: 431px) {
    body {
        padding-top: 10px;
    }
}

@media (min-width: 2560px) {
    .picture img {
        width: 20vw;
    }

    p {
        margin-left: 520px;
    }
}