



body{
    background-color: #eef1eb;
    animation: fadeIn 0.4s ease-in;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.main-content{
    color:rgb(0, 0, 0);
    font-family: Terminal, 'Courier New', monospace;
    font-size: 16px;
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 50px;
}

h1{
  color:rgb(0, 0, 0);
  text-align: center;
  font-family: Terminal, 'Courier New', monospace;
  margin-top: 150px;

}

h2{
  color:rgb(0, 0, 0);
  font-family: Terminal, 'Courier New', monospace;
  margin-left: 150px;
}

.info-btn{
  text-decoration: none;
}

.info-btn:hover{
  opacity: 0.7;
}