h1{
    font-size: 100px;
    font-family: Helvetica;
    color: yellow;
    font-weight: 300px;
    text-transform: uppercase;
    text-align: center;
    position: center;
  
  
}
h2{
    font-size: 50px;
    font-family: Helvetica;
    color: yellow;
    text-align: center;
    font-weight: 90;
    text-transform: uppercase;
    line-height: 0px;
}
h3{
    font-size: 20px;
    font-family: Helvetica;
    font-weight: 90;
    color: yellow; 
    text-align: center;
    text-transform:capitalize;
}
body{
    background-image: url("xeno2.gif");
    background-repeat:repeat;
    background-position: top;
    background-color:rgb(230, 68, 230);
 
}

section .cards{
    display: flex;
}

section .cards .text-card{
    background: rgb(75, 75, 240);
    margin: 20px;
    padding: 20px;
    font-family: monospace;
    font-size: 20px;
}














