body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #282828;
    margin: 0;
    height: 100%;
    overflow: hidden
}

.pure-menu {
    background-color: rgb(221, 221, 221);
    height: 60px;
}

.pure-menu-list {
    padding-top: 12px;
    margin-left: 15px;
    color: #282828;

}

.pure-menu-link:hover {
    background-color: rgb(221, 221, 221);
    opacity: .7;
}

.fa-virus {
    color: #e7717d;
    font-size: 2rem;
}

.pure-g {
    text-align: center;
    color: white;
}

.location-finder {
    margin-top: 10rem;
    border-radius: 0rem;

}

h1 {
    font-size: 100px;
    margin-bottom: 0;
    color: #e7717d;
    text-align: center;



}


p {
    font-size: 22px;
    margin-top: 10px;
    text-align: center;




}

input {
    background: transparent;
    color: white;
    border: 1px solid white !important;

}

input::placeholder {
    color: white;
}

input:hover {
    opacity: .8;
}

img {
    top: 60px;
    right: 0;
    position: absolute;
}

#stateList {
    background: transparent;
    color: whitesmoke;
    border: 1px solid white !important;
}

#stateList:hover {
    opacity: .8;
}

#goButton {
    background: transparent;
    border: 1px solid white !important;
    margin-left: 15px;
    color: whitesmoke;
    border-radius: 4px;
}

#goButton:hover {
    opacity: .8;
}

#stateList {
    color: white;
    background-color: #282828;
}

.pure-form {
    text-align: center;

}