li {
    display: inline;
    padding: 20px;
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
}

li a{
    color: white;
    text-decoration: none;
    text-align: center;
}

h1 {
    border-color: white;
    border-width: 7px;
    border-style: solid;
    text-align: center;
    font-family: "Anton", serif;
     font-weight: 400;
    font-style: normal;
    font-size: 100px;
    color: white;
}
  
img {
    display: block;     
    margin: 0 auto;     
    max-width: 100%;
    height: auto;
    border-color: white;
    border-width: 7px;
    border-style: solid;
  }

h2 {
    border-color: white;
    border-width: 7px;
    border-style: solid;
    text-align: center;
    font-family: "Anton", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    color: white;
    }

p { 
    border-color: white;
    border-width: 7px;
    border-style: solid;
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding: 15px 30px; text-align: center;
    color: white;
    }

    h3 {
        border-color: white;
        border-width: 7px;
        border-style: solid;
        text-align: center;
        font-family: "Anton", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 40px;
        color: white;
        }

    body {
        background-color: #A4E0AC; /* This sets the background color to a shade of blue */
    }


