@import url('https://fonts.googleapis.com/css2?family=Fascinate&display=swap');

html, body {
    font-family: 'Open Sans', sans-serif;
}

header {  
    width:100%; 
    height: 75px; 
    background: #202C33;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

header p {     
    color: #8696A0;
    font-size: 35px;
    font-family: 'Fascinate', cursive;
    
}

section { 
    margin: 25px 0px;
    width:70%; 
    height: 100px; 
    float: left; 
}

aside { 
    width:30%; 
    padding-left: 5%;
    height: flex;
    float: right; 
}

footer {
    background: #202C33;
    width:100%; 
    height: 50px;
    clear: both; 
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

p { 
    color: #8696A0;
}

#title{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    }
    
li a {

    display: block;
    float: left;
    text-align: center;
    font-size: 15px;
    width: 130px;
    text-decoration: none;
    color: #8696A0;
    background-color: white;
    padding: 10px 15px;
    margin: 10px 10px 10px 0px;
    transition: 0.5s;

    }
    
li a:hover {
    color: rgb(144, 142, 151);
    margin: 0px 100px 0px 100px;
    }

nav{
    display: block;
    text-align: center;
    margin-bottom: 15px;
    border-top: 2px solid rgba(0,0,0,0.05);
    border-bottom:2px solid rgba(0,0,0,0.05);
}
td{
    color: #8696A0;
}

.currency-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    min-width: 400px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    position:fixed;
  }

.currency-table tbody {
    background-color: #202C33;
}
.currency-table thead tr {
    background-color: #203542;
    color: #8696A0;
    text-align: left;
    font-weight: bold;
  }
  
  .currency-table th,
  .currency-table td {
    padding: 12px 15px;
  }

  .chart-table
  {
     border-collapse: collapse;
     margin: 25px 0;
     font-size: 0.9em;
     min-width: 400px;
     border-radius: 5px 5px 0 0;
     overflow: hidden;
     box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
  .chart-table tbody {
     background-color: #202C33;
 }
 .chart-table thead tr {
     background-color: #203542;
     color: #8696A0;
     text-align: left;
     font-weight: bold;
   }
  .converter-box {
    width: 50%;
    margin: auto;
    padding: 30px;
    border-radius: 50px;
    background-color: #203542;
    color: #8696A0;
}
.chart-box
{
    width: auto;
    margin: auto;
    padding: 30px;
    border-radius: 50px;
    background-color: #203542;
    color: #8696A0;
}

h2{
    font-size:30px;
}

#content-wrap {
    padding-bottom: 50px;
  }
  
  #page-container {
    position: relative;
    min-height: 2350px;
  }
  
 #chart{
    padding: 100px 15px;
  }