body{
    background-color:#005580;
  }

#typing {
  font-size: 6vw;
  margin-top: 25%;
  margin-left: 15%;
  margin-right: 15%;
  /*position: fixed;*/
  z-index: 999999;
  text-align:center;
}

.hide{
  display: none;
}

.hidden{
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

.body{
  margin: 12% auto;
  width: 50%;
  border: 3px solid black;
  padding: 10px;
  text-align:center;
  font-size: 80px;
  display: block;
  font-size: 24px;
  
}

a:visited {
  color: black;

}

a:link{
  color: black;

}

.contact{
  color:black;
}

div > p {
            margin: 0;
        }
        
#body ul{
  padding:0;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f7f7f7;
}

.container {
  width: 80%;
  background-color: #00557D;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 20px;
}

p {
  font-size: 1.2em;
  line-height: 1.5;
}

a {
  display: block;
  text-align: center;
  margin-top: 30px;
  font-size: 1.2em;
  color: #333;
  text-decoration: none;
  border: 1px solid #333;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

a:hover {
  background-color: #333;
  color: #fff;
}