body {
    background: linear-gradient(to right, rgba(0, 255, 255, 0.3), rgb(106, 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);
}

#text{
    text-decoration: none;
    font-size: 30px;
	color:rgb(0, 0, 0);
    text-align: left;
    margin-right: 150px;
}

h1{
    font-size: 50px;
}

#facts{
    background-color: rgb(164, 180, 222);
    font-size: 30px;
    border-radius: 10px;
    text-align: center;
    margin-right: 150px;
}

#im{
    border-radius: 20px;
    margin-right: 150px;
}

.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;
   }

.location {
    color: black;
    font-size: 20px;
    position: fixed;
    right: 0.5vw;
    bottom: 80vh;
    background-color: rgba(0, 145, 255, 0.3);
    border-radius: 7px;
    text-decoration: none;
}

#aa{
    color: black;
    text-decoration: none;
}

#tuc{
    color:rgba(62, 121, 204, 0.701);
}