h1{
    font-size: 100px;
    font-family: Helvetica;
    color: whitesmoke;
    font-weight: 300px;
    text-transform: uppercase;
    text-align: center;
    position: center;
  
}

h3{
    font-size: 30px;
    font-family: monospace;
    font-weight: 100;
    color: whitesmoke; 
    text-align: center;
    text-transform:capitalize;
    
}
body{
    background-image: url("xenoaqua.gif");
    background-repeat:repeat;
    background-position: top;
    background-color:rgb(74, 159, 161);
 
}

section .cards{
    display: flex;
}

section .cards .text-card{
    background: rgba(0, 0, 0, 0.411);
    margin: 20px;
    padding: 20px;
    font-family: monospace;
    font-size: 20px;
}

p{
    color: rgb(72, 207, 189);
}