body {
    background-color: lightblue;
    color: white;
}

.topnav {
    background-color: midnightblue;
    overflow: hidden;
}
  
  /* Style the links inside the navigation bar */
.topnav a {
    float: right;
    color: white;
    text-align: center;
    padding: 24px 24px 24px 24px;
    text-decoration: none;
    font-size: 24px;
}
  
  /* Change the color of links on hover */
.topnav a:hover {
    background-color: white;
    color: midnightblue;
}
  
  /* Add a color to the active/current link */
.topnav a.active {
    background-color: midnightblue;
    color: white;
}

.chart-container {
    position: relative;
    height: 100vh;
    width: 100vh;
}

#aboutme {
    border-style: solid;
    border-width: 200px 200px 200px 200px;
    border-color: white;
}