nav{margin:0;
    display:flex;
    height:auto;
    background: #421e68;
    box-shadow: 0px 1px 0px rgba(17,17,26,0.15), 0px 0px 8px rgba(17,17,26,0.75);
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items: center;
    padding: 0.2rem;

}
body{
    padding:0;
    font-family:  'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 
    margin:0;
    color: white;
    background: #492173;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.3;

}
html {
    margin:0;
    padding:0;

}

main{
    display: flex;
    flex-direction: column;
    margin: 2vw;
}

.content{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #6d4d8f; 
    flex-wrap:nowrap ;
    margin:1rem;
    padding-top: 0.5rem;
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
   
}

.c1{width:65vw;
    font-size: 1.4rem;
    padding:1rem;
}
.c2 img{width:5vw;
    margin: 1rem;
    border-radius: 0.5rem;
}
.title{
    font-size: 1rem;
    font-family:  'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 
    
    margin-left: 1rem;
}
.subtitle{
    font-size: 1.5rem;
    text-decoration: none;
    color: #ffe2fe;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.heading>h1{
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 10px;
    margin-bottom: 10px;
}

nav a{
    text-decoration: none;
    font-size: 1.2rem;
color: white;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
nav a:hover{
    text-decoration: underline;

    color: #ffe2fe;

}


.card3{
    width: 50px; 
    cursor:pointer;
    margin-right: 10px;
}

.card2{
    width: 50px; 
    cursor:pointer;
    margin-left: 10px;
    
}

footer{

width: 100%;
display: flex;
flex-direction: row;
align-items: center;
align-content: space-between;
justify-content: center;
}

.heading{

    background: #5b3781;
    color: #ffffff;
    margin-bottom: 30px;
    padding: 10px 0 10px 0;
    text-align: center;
    padding-top: 0;
    
}
.heading>h1{
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 10px;
    margin-bottom: 10px;
    
}
.heading>h3{
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 5px;
}
table{ 
    margin:auto;
    margin-bottom: 1.5rem;
}
table, th, td {
    border: 2px solid rgb(198, 237, 234);
    border-collapse: collapse;
  }
  th, td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-size: 1.2rem;
  }
  tr:nth-child(even) {
    background-color:#81669f;
  }
  
  

.section{
    display:flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
}

h2{
text-align: center;
}