* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
  }
  
  .top
  {
    margin-bottom: 100%;
    margin-left: 27%;
    display: flex;
    padding-bottom: 0;
  }
  
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    font-weight: bold;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  li a:hover:not(.active) {
    background-color: #111;
  }
  
  .active {
    background-color: #04AA6D;
  }

body
{   
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: url(../Assets/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

h1
{
    font-size: 2rem;
    font-weight: bolder;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 2px solid black;
}

h2
{
  border-bottom: 1px solid black;
  width: 50%;
}


  .container {
    position: relative;
    max-width: 700px;
    width: 100%;
    background: #fff8f5;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(244, 230, 230, 0.631);
    margin-left: -43%;
  }
  .container Marquee {
    font-size: 2rem;
    border-bottom: 2px solid black;
    color: #333;
    font-weight: 500;
    font-family: inherit;
    font-style: italic;
    text-align: center;
  }
  