/*
Pulse Accent Color: #0fd2e7
Body Font: "Roboto",sans-serif
h2 Font: "Oswald",sans-serif

*/

body {
    color: white;
    /*background: rgb(2,41,45);
    background: radial-gradient(circle, rgba(2,41,45,1) 0%, rgba(0,0,0,1) 100%);*/
    font-family: "Roboto",sans-serif;
    display: block;
    margin: 15px 30px;
    width: 90%;
    max-height: 800px;
    
}

h2 {
    font-family: "Oswald",sans-serif;
}

button {
    background-color: #0fd2e7;
    border: none;
    border-radius: 8px;
    height: 40px;
    width: 30%;
    color: black;
    font-weight: bold;
    margin: 10px 0;
    font-family: Roboto, sans-serif;
    font-size: 15px;

}

input {
    width: 90%;
    height: 36px;
    border-radius: 8px;
    background-color: #ffffff00;
    color: white;
    border-style: solid;
    border-width: 1px;
    padding: 10px 15px;
    margin: 10px 0;
}



#results {
    display: flex;
    width: 100%;
}

.result-box {
    background-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 2px;
    border-radius: 16px;
    border-color: #434848;
    text-align: center;
    width: 100%;
    height: 150px;
    margin-right: 10px;
    margin-top: 10px;
    font-weight: bold;
    overflow: hidden;
}

span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    margin-top: 20px;
}
