@import url(reset.css);

#FormHolder {
    background-color: gray;
    width: 75vw;
    height: 160vh;
    border-radius: 5vw;
    position: absolute;
    left: 12.5vw;
    top: 20%;
    box-shadow: -5px 5px 10px 2px rgb(0,0,0,0.2);
    display: flex;
    flex-flow: column;
}

img {
    height: 10vh;
}

#controls {
    display: grid;
    position: fixed;
    top: 85vh;
    width: 100%;
    height: 15vh;
    background-color: darkgray;
    z-index: 5;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#SoundHolder {
    display: grid;
    grid-template-columns: 20% 80%;
}