body {
    font-family: Arial;
    font-weight: 600;
    color: #494949;
    margin: 0px;
}

a {
    color: black;
    text-decoration: none;
    font-weight: 300;
    color: #494949
}

p {
    font-size: 16px;
}

#tokenGenerator p {
    font-size: 20px;
    font-weight: 450;
}

#countryTimezone p {
    font-size: 16px;
    font-weight: 450;
}


/* Buttons */

input[type="submit"],
input[type="button"],
button {
    background-color: white;
    border: solid 1px gray;
    margin-top: 3px;
    padding: 6px;
    border-radius: 10px;
    font-weight: 550;
    font-family: Arial;
    font-size: 14px;
    color: #494949;
}

input[type="submit"]:focus,
input[type="button"]:focus,
button:focus {
    background-color: rgb(211, 211, 211);
}


/* Inputs */

select,
option,
input[type="text"],
input[type="password"] {
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    border: 0.25px solid gray;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
    background-color: white;
}

h4 {
    margin-bottom: 5px;
    margin-top: 20px;
}


/* Sections */

form {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.topBar,
.utilities,
.bottomBar {
    display: block;
    margin: auto;
    width: 80%;
}

.topBar {
    min-height: 73px;
    top: 0px;
    left: 0px;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 14px;
    background-image: linear-gradient(to top, rgb(211, 211, 211, 0.2) 0%, white 35%);
    border-radius: 8px;
}

.topBar img {
    max-width: 100%;
    max-height: 100%;
}

.utilities {
    padding-top: 14px;
    min-height: 450px;
    margin-bottom: 46px;
}

.utilityContainer {
    position: relative;
    float: left;
    margin-right: 10px;
}

#tokenGenerator {
    background-color: lightblue;
    min-height: 370px;
    border: solid 1px gray;
    border-radius: 10px;
}

#countryTimezone {
    background-color: paleturquoise;
    border: solid 1px gray;
    border-radius: 10px;
}

#countryTimezone select {
    width: 370px;
}

.bottomBar {
    padding: 0px;
    clear: both;
    position: static;
    border-top: solid lightgray;
}

.bottomBar img {
    width: 22px;
    height: 17px;
    margin-right: 2px;
    margin-top: 4px;
    display: inline-block;
    bottom: 0;
}