body{
    background-image: url(images/images.jpg);
    background-color: rgb(241, 241, 241);
     width: 50%;
     margin-left: 25%;
     margin-right: 25%;
  
}
.Fighead{
    background-color: black;
    border: 20px dotted blue;
    color: antiquewhite;
    font-family: 'Courier New', Courier, monospace;
    font-size: 6rem;
    text-align: center;
   
}
.soup{
    background-color: rgb(0, 255, 21);
    border: 20px dotted rgb(255, 251, 0);
    color: rgb(255, 78, 8);
    display: inline-block;
    font-family: 'Courier New', Courier, monospace;
    font-size: 6rem;
    text-align: center;
   
}

.alg{
    background-color: rgba(0, 136, 11, 0.699);
    border: 20px dotted rgb(255, 255, 255);
    color: rgb(255, 8, 8);
    display: inline-block;
    font-family: 'Courier New', Courier, monospace;
    font-size: 3rem;
    text-align: center;
   
}