
body {
    background-color: #0a0a0a;
    font-family: Arial, sans-serif;
} 
h1 {; 
    color: #05fa05;
    font-size: 70px;
    text-align: center;
    margin-top: 50px; 
    font-family: "Brush Script MT", cursive;
}
    
p {
    font-size: 36px; color: #04f117;
    margin-bottom: 10px;
    text-align: center;
} 
a {font-size: 50px;
    color: #4304f1;
    text-decoration: none;
    text-align: center;
}
img {
  display: inline-block;
  width: 45%;
  margin: 45px;
  border-radius: 10px;

  
}