body {
     background-image:
    linear-gradient(rgb(132, 103, 15), rgba(234, 17, 17, 0.623));
}

.h{
    color:rgb(17, 44, 67);
    font-family: 'Times New Roman', Times, serif;
    font-weight:1000;
    font-size: xx-large;
}

#main{

    max-width: fit-content;
    margin: auto;

}

img{
    scale:.4
    style="width:50px;height:60px";
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.container{
    display: flex;
    align-items: center;
    justify-content: center /*Centers images */
}