body {
    background-color: black;
    font-family: 'Courier New', Courier, monospace;
    color: #48cae4;
    text-align: center;
    font-size: 1.375rem;
}

header{
    background-color: white;  
    margin-bottom: 50px; 
    height: 100px; 
    display: flex;
    font-family:Georgia, 'Times New Roman', Times, serif;
    align-items: center; 
    flex: content;
    color: #221a1d;
    overflow: hidden;
    background-color:#48cae4 ;
    justify-content: space-between;
    padding: 0 2cm; 

    
}

nav ul {
    list-style: none;
    display: flex;
  }

nav li {
    margin-left: 20px;
    
}
nav a {
    color:black;
    text-decoration: none;
  }

.footer{
    display: flex;
    justify-content: center;
    margin-top: auto;
    background-color:black;
    color: #ffff;
    font-size: 20px;
    position:relative;
    bottom: 0;
    width: 100%;

}

.main-heading{
    flex: content;
    color: #FFC8DD;
    overflow: hidden;
    text-align: left;
   
    margin: 0 auto;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
}
.paragraph{
    margin-left: 2cm;
    margin-right: 2cm;
}

.sub-heading {
    color: #FFC8DD;
    text-decoration: underline;
}

a {color: #ffff;}

.list {
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
}
