h1{
    color:rgb(11, 0, 20);
    font-size: xx-large;
    font-family:Arial, Helvetica, sans-serif;
    text-align: center;
    
}
h2{
    text-align: center;
    display: inline-block;
}
h3{
    text-align: center;
}
body{
    background-color: rgb(235, 139, 95);
    font-size: larger;
    font-family: 'Times New Roman', Times, serif;
}
.flex-container{
    display:flex;
}
.flex-child{
    flex: 1;
}

.flex-child:first-child{
    margin-right: 20px;
}