.a1{
    width: 100%;
    height: 30px;
    background-color: brown;
    display: flex;
    justify-content: center;
    align-items: center;
}
.a2{
    color: azure;
    text-align: center;
    margin-right: 20px;
}
.a3{
    text-align: center;
}
.a4{
    color: rgb(223, 199, 170);
}
.a5{}

p{
    margin: 0;
    padding: 0;
}
.a6{
    color: azure;
}
.a7{
    display: flex;
    justify-content: center;
    font-size: 50px;
}
td{
    text-align: center;
}
.a8{
    background-image:url("https://watermark.lovepik.com/photo/40179/6569.jpg_wh1200.jpg");
    background-size: cover;
}