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("xenolightblue3.gif");
    background-repeat:repeat;
    background-position: top;
    background-color:rgb(34, 32, 126);
 
}

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(176, 176, 255);
}













