* {
    margin:0;
    padding:0;
    list-style:none;
    border: 0;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 14px;
    outline-style:none;
    box-shadow:none;
    border-color:transparent;
    text-decoration: none;
    color: black;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    background-color: transparent;
    -webkit-appearance: none;
}

input{
    min-height: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    /* border-radius: 4px; */
    padding: 0 0.5rem;
    font-size: 16px;
}

input:focus,
textarea:focus{
    border: 1px solid #494949 !important;
}

h1{
    font-size: 26px;
}

h2{
    font-size: 20px;
}

button{
    cursor: pointer;
    
}

.sub-1{
    height: 30px;
    border: 1px solid #1565C0;
    border-radius: 4px;
    margin: auto;
    padding: 0 0.5rem;
    color: #1565C0;
}

button.main{
    height: 40px;
    border-radius: 4px;
    background-color: #1565C0;
    color: white;
    padding: 0 1rem;
}

.sub-1:hover{
    background-color: #f4f4f4;
}

main{
    min-height: 90vh;
}

@media screen and (max-width: 500px){
}

@media screen and (max-width: 990px){
    
}

@media screen and (min-width: 991px){
    
}

@media screen and (min-width: 1200px){
    
}

@media screen and (min-width: 1500px){
    
}
