body{
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: PowderBlue;

}

.header{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: larger;
}

.top{
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    height: auto;
}

.blank{
    background-color: white;

}

.circle{
  height: 15px;
  width: 20px;
  background-color: midnightblue;
  color:white;
  border-radius: 50%;
  position: absolute;
  left: 500px;
}

.middle{
    display: flex;
    position: relative;
}

.staff{
    width: 100%;
    height: auto;
}

.replay{
    background-color: slateblue;
    display: flex;
    border-radius: 40px;

    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100px;
    margin-right: 10px;
}

.reset{
    background-color: slateblue;
    display: flex;
    border-radius: 40px;

    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100px;
}

img{

    width: 1000px;
    height: 120px;
}

.bottom{
    display: flex;
    justify-content: center;


    margin-top: 3%;

}

.natural{
    background-color: SlateBlue;
    width: 70px;
    height: 200px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

.sharp{
    background-color: lightseagreen;
    width: 40px;
    height: 200px;
    float: left;
    text-align: center;
    margin-right: 10px;
}