body{
    
    font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
    margin: 15px;
}

p{
    color: darkblue;
}

input{
    background-color: white;
    color: black;
    border: 1px darkblue solid;
}

button{
    
    background-color: darkblue;
    color: white;
    border: 1px darkblue solid;
}

#how-many{

}

.success{
    width: 400px;
    background-color: #DFF0D8;
    color: #639463;
    border-radius: 5px;
    text-align: center;
}

.fail{
    width: 400px;
    background-color: #F2DEDE;
    color: #B45B59;
    border-radius: 5px;
    text-align: center;
}

.bold{
    font-weight: bold;
}

.record{
    float: left;
    margin-right: 75px;
    
}

.reset-float{
    clear: both;
}

#image{
    width: 300px;
    height: 300px;
    background-color: indianred;
    position: relative;
    top: 450px;
    left: 550px;
    display: none;
}