body{ 
    background-color: black;  
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#container{
    background-color: white;
    padding-top: 20px;
    padding-bottom: 50px;
    border-radius: 50px;
    border: solid rgb(41,61,134) 5px;   
}
h1{
    margin-bottom: 20px;
    margin-top: 20px;
}
a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    height: 150px;
}
#meter1{
    background-image: url("images/1meter.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#dust1{
    background-image: url("images/DustControl.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#gas1{
    background-image: url("images/flamableGas.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#missfire1{
    background-image: url("images/MisfiresTreated.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#waiting{
    background-image: url("images/waitingplace.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#explosives1{
    background-image: url("images/AbandonedExplosives.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#geoFeatures1{
    background-image: url("images/GeologicalFeature.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#maxTemp1{
    background-image: url("images/MaxTemp.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#airVelocity1{
    background-image: url("images/AirVelocity.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#refugeBay1{
    background-image: url("images/RefugeBay.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.done{
    width: 100%;
    height: 100%;
    background-color: rgba(156, 155, 155, 0.514);
    border-radius: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
p{
    margin-top: 0px;
}
small{
    color: brown;
    font-weight: 900;
}
.formRow{
    margin-top: 30px;
    margin-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}
.header{
    border-bottom: rgb(41,61,134) solid 1px;
}
.mybtn{
    margin-top: 20px;
    background-color: rgb(41,61,134);
    color: cornsilk;
}