.bar {
    height: 40px;
    width: 100%;
    background-color: rgb(115 147 179 / 35%);
    margin-top: 0px;
    padding-top: 15px;
    padding-left: 2px;
    border-bottom: 2px solid white;
    
}

a{
    font-weight: bold;
    font-size: 20px;
    color: rgb(235 252 255);
    border: 3px double gray;
    background-color: rgb(115 147 179 / 54%);
    border-radius: 3px;
    padding: 5px;
}

body{
    background: url("eventBackground.jpg");
}

.events {
    text-align: center;
}

h1{
    padding-left: 5%;
    color: rgb(0, 102, 139);
    font-weight: bold;
    font-size: 45px;
}
footer{
    width: 100%;
    text-align: center;
    background-color: rgb(77, 101, 124);
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0px;
    position: fixed;
    bottom: 0;
}