body {
    background: linear-gradient(to right, rgba(255, 0, 0, 0.3), rgba(0, 0, 255, 0.3));
}

#div1{
	font-size: 1vw;
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.a{
	text-decoration: none;
    font-size: 40px;
	color:rgb(0, 0, 0);
}

h1{
    font-size: 50px;
}

.topb {
    color: black;
    font-family: Courier New;
    font-size: 20px;
    position: fixed;
    right: 0.5vw;
    bottom: 5vh;
    background-color: rgba(0, 255, 255, 0.3);
    border-radius: 7px;
    text-decoration: none;
   }

   #text{
    text-decoration: none;
    font-size: 30px;
	color:rgb(0, 0, 0);
    text-align: left;
    margin-right: 150px;
}

#tuc{
    color:rgba(62, 121, 204, 0.701);
}

table {
    border-collapse: collapse;
    border: 2px solid #A86579;
  }

.tt{
    text-align: center;
}