header {
    background-color: rgb(38, 117, 117);
    text-align: center;
    font-style: oblique;
    font-family: fantasy;
    padding: 50px;
    letter-spacing: 2px;
    color: #ffffff; 
    font-weight: bolder;
}

h1 {
    font-size: 70px;
}

header h1 a,
header h2 a {
    text-decoration: none;
    color: inherit;
}

h2 a {
    font-size: 20px;
    border: 1.5px solid white;
    padding: 10px; 
    margin: 5px;
 
}
    
     
