
a:link {
    color: #255042;
}
a:visited {
    color: #255042;
}
a:hover {
    color: #255042;
}
a:active {
    color: #255042;
}

body {
    background-color: #b49dd1;
    
}





header {
    width: 1000px;
    height: 200px;
    text-align: center;
    color: #255042;
    font-family: monospace;
    background-color: #c0abda;
    border-style: outset;
    border-color: #9a7ebe;
    border-width: 6px;
    margin: auto;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

#ha {
    font-size: 45px
}

#HeaderLinks {
    font-size: 25px;
    letter-spacing: 10px;
    font-weight: bolder;
}









.container1 {
  display: flex; /* Makes the container a flex container */
  justify-content: space-around; /* Distributes space between items */
  /* Other flex properties like align-items, gap, flex-wrap can be used */
}



.box {
    border: 5px inset;
    width: 500px;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #ab90cc;
    border-color: #9a7ebe;
}
#box1text {
    margin: auto;
    margin-left: 8px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 25px;
    font-family: monospace;
    color: #255042
}









footer {
    width: 1200px;
    height: 75px;
    text-align: center;
    font-size: 20px;
    color: #255042;
    font-family: monospace;
    background-color: #c0abda;
    border-style: outset;
    border-color: #9a7ebe;
    border-width: 6px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
#footertext {
    margin: auto;
    font-weight: bolder;
}