img {
    width: 75%;
}

.story_name{
    color: #FFFFFF;
    display: flex;
    font-size: 100px;
    position: sticky;
    z-index: 999;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-family: 'RM Almanack';
    margin-bottom: 10px;
}

.qr_codes{
    z-index: 999;
    margin: 80px 80px;
    text-align: center;
    align-items: center;
}

.qr_pair{
    background: transparent;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 60px;
    position: sticky;
    z-index: 999;
    list-style: none;
    margin-top: 20px;
}

.music_block{
    background-color: #000000;
    background-size: cover;
    border-radius: 5%;
    border-style: groove;
    border-width: 5px;
    border-color: #FFFFFF;
    padding-bottom: 20px;
    padding-top: 30px;
    width: 400px;
    margin-bottom: 100px;
}

.top_text {
    text-align: center;
    width: 800px;
    color: #FFFFFF;
    margin: auto;
    padding-bottom: 20px;
}

.block {
    width: 900px;
}
