body {
  background-color: lightgray;
}

h1 {color: orangered; font-weight: bolder; text-align: center;

}

p {
    
    color: mediumblue;
    
}

.right {
    
    
    text-align: right;
}

.left {
    
    text-align: left;
    
}

.middle {
    
    
    text-align: center;
}


.row{
    
    display: flex;
        justify-content: space-between;
}
