html{
    background: linear-gradient(
        to right,
        rgb(64, 224, 208) 0%,
        rgb(221, 232, 230) 25%,
        white 50%,
        rgb(204, 227, 204) 75%,
        rgb(104, 255, 104) 100%
    )
}


body {
	font-family:Cambria;
    /* padding-left: 200px;
    padding-right: 200px; */
}

h1,h2{
    margin: 0px;
}

h1{
    font-size: 50px;
}

img{
    display: flex;
    width: 70%;
    height: auto;
}

.Top{
    text-align: center;
}
.img1{
    float: left;
    padding-right: 70%;
    
}
.img2{
    float: right;
    padding-left: 70%;
}

.Info{
    text-align: center; 
    padding-left: 20%; 
    padding-right: 20%;
    width: 60%;
    text-align: justify;
    text-justify: inter-word;
}

a{
    color: black;
    text-decoration: none;
}

a:visited{
    color: black;
}

.UC, .Tab, .Office{
    text-align: center;
}

table{
    text-align: center;  
    width: 80%;
}

footer{
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}