.bretthead {
    font-family: "Century Schoolbook", Georgia, serif;
    font-size: 3vw;
    text-shadow: .13vw .13vw black;
    color: rgb(255, 217, 0);
    text-align: center
}

.parent {
    position: relative;
    width: 50%;
    margin: auto;
    height: 27vw; 
}

#brettdrink {
    display: block;
    margin: auto;
    width: 100%;
    outline: rgb(255, 217, 0) solid;
    outline-width: .4vw;
    box-shadow: 1vw 1vw black;
    position: absolute;
    top: 0;
    left: 0;
  }

#brettdrinkbg {
    display: block;
    margin: auto;
    width: 100%;
    outline: rgb(255, 217, 0) solid;
    outline-width: .4vw;
    box-shadow: 1vw 1vw black;
    position: absolute;
    top: 0;
    left: 0;
}

#music_button {
    align-items: center;
    font-family: "Times New Roman", serif;
    font-size: 1vw;
    background-color: rgb(255, 217, 0);
    text-align: center
}

body {
    background-image: url('backg.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
}

p {
    font-family: "Times New Roman", serif;
    font-size: 2vw;
    text-shadow: .05vw .05vw black;
    color: white;
    text-align: center
}
