﻿@font-face {
    font-family: Futura-Round;
    src: url("/Fonts/Futura-Round.otf") format('opentype');
}

@font-face {
    font-family: JustMeAgainDownHere-Regular;
    src: url("/Fonts/JustMeAgainDownHere-Regular.ttf") format('truetype')
}
.soundRoundContainer {
    width: 100vw;
    height: 100vh;
    height: 100svh;
    background-image: url("/Images/background.svg");
    background-size: cover;
    background-repeat: repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

#soundRoundTitle{
    font-family: Futura-Round;
    color: white;
    text-transform: uppercase;
    font-size: 6vw;
}

.row1 {
    display: flex;
    flex-direction: row;
    width: 80%;
    gap: 10vw;
}

.row2 {
    display: flex;
    flex-direction: row;
    width: 80%;
    justify-content: end;
    gap: 10vw;
}

.SoundCol{
    position: relative;
}

.leftCircle, .rightCircle {
    width: 28vw;
}
 .leftCircleText, .rightCircleText {
    font-family: JustMeAgainDownHere-Regular;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    padding-bottom: 15%;
    font-size: 6vw;
}
.bottomBtnContainer{
    display: flex;
    flex-direction: row;
}
.bottomBtnContainer img {
    width: 50vw;
}
