
header {
    background: #3295a8;
    min-height: 35px;
    padding: 15px;
    font-size: 28px;
    text-align: center;
 }


th h1 {
    
    color: chocolate;
    min-height: 90px;
    font-size: 47px;
    padding: 14px;
}

body {
    color: black;
    font-size: 20px;
    padding: 10px;
}

.content {
    background: #eef0e9;
    min-height: 400px;
    color: black;
    padding: 10px;
    text-align: justify;
}

.content1 {
    background: #e3ea14;
    min-height: 100px;
}

.div {
    box-sizing: border-box;
}

.btn {
    text-decoration: none;
    background-color: #dae022;
    padding: 24px; 118px; 
    color: black;
}

.btn:hover {
    background-color: lightblue;
}

.test li {
    float: left;
    display: block;
    padding: 30px;
} 
