
@font-face {
    font-family: BBH Hegarty;
    src: url(fonts/BBHHegarty-Regular.ttf);
}

@font-face {
    font-family: Merryland;
    src: url(fonts/ChristmasMerryland.ttf);
}

body{
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
    background-color: #6cab7b;
}

h1{
    font-family: Merryland;
    color: #000;
    text-align: center;
    margin-top: 20px;
    font-size: 50px;
}

h2{
    font-family: Merryland;
    color: #000;
    margin-top: 20px;
    font-size: 25px;
}

a{
    text-decoration: none;
    color: #1d6e80;
    text-align: center;
    margin: 20px;
    font-size: 20px;
    align-content: center;
}

a:hover{
    text-decoration: underline;
    font-size: 30px;
}

li{
    font-family: consolas, 'courier new', monospace;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}
