* {
    margin: 0;
    padding: 0;
    font-family: "Exo 2", serif;
  }
.header{
    padding-left: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    background-color: rgb(255, 153, 131);
}
h1,h2{
    margin: 0px;
}
.main{
    padding-left: 5%;
    padding-right: 5%;
    background-color: rgb(240, 240, 240);
}
.select-panel{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    align-items: center;
}
select {
    height: 30px;
    width: 150px;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    background-color: rgb(0, 216, 133);
    border-radius: 12px;
}
.inputBox {
    width: 100%;
    height: 300px;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    text-align: justify;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.phoneBox {
    height: 25px;
    padding-left: 12px;
    margin-top: 5px;
}

button {
    height: 40px;
    width: 150px;
    border-radius: 12px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    background-color: rgb(0, 216, 133);
    margin-top: 10px;
    margin-bottom: 10px;
}
button:hover {
    border: 2px;
    border: solid;
    border-color: rgb(0, 216, 133);
    background-color: rgb(230,230,230);
}
.resultText {
    text-align: justify;
    padding-left:5px;
    padding-right:5px;
}
.footer{
    padding-left: 5%;
    padding-right: 5%;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(255, 153, 131);
}
a {
  text-decoration: none; 
  color: inherit;
}

a:hover {  
  color: rgb(240, 240, 240);
  text-decoration: none;
}
.tmrBtn{
    height: 25px;
    width: 75px;
    border-radius: 12px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    background-color: rgb(0, 216, 133);
    margin-top: 10px;
    margin-bottom: 10px;
}
iframe {
    width: 560px;
    height: 315px;
}
@media screen and (max-width: 800px) {
    select {
        width: 100%;
        margin-bottom: 2px;
    }
    iframe {
        width: 100%;
        height: 315px;
    }
}