body {
  background-color: yellow;
  font-family: 'Noto Sans';
}
/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
    border-radius: 12px;
    text-align: center;
  }

  
  /* Style the links inside the navigation bar */
  .topnav a {
    color: #f2f2f2;
    padding: 14px 16px;
    display: inline-block;
    text-decoration: none;
    margin-left: 0px;
    font-size: 20px;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: #fff087;
    color: black;
  }
  
  /* Add a color to the active/current link */
  .topnav a.active {
    background-color: #ffde00;
    color: black;
  }

.titleslides{
    overflow: hidden;
    width: 98.25vw;
    border-radius: 12px 12px 0px 0px;
    height: 512px;
  }

  .myImg{
    object-fit: cover;
    position: static;
    z-index: 0;
    object-position: 25% 75%;
  }

  .myName{
    position: absolute;
    width: 100vw;
    z-index: 1;
    background-color: white;
    margin-top: -100px;
    width: 25vw;
    height: 128px;
    border-radius: 12px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }

  .myName h1{
    text-align: center;
    margin-top: 20px;
    font-size: 3em;
  }

  .myName h2{
    text-align: center;
    margin-top: -35px;
    font-size: 2em;
  }

  main{
    background-color: #333;
    border-radius: 0px 0px 12px 12px;
  }