a {
    font-size: 45px;
    justify-content: space-around;
    text-decoration: none;
    color: lime;
    text-align: center;
}
.class1 {
    background-image: linear-gradient(#aa00dd, #1010aa);
    height: 100vh;
}
.class2 {
    background-color: rgb(9, 145, 207);
}
h1 {
    text-align: center;
    font-size: 60px;
}
div {
    display: flex;
    justify-content: space-around;
    padding: 1rem 0;
    align-items: center;
    position: relative;
}
.gg {
    font-size: 45px;
    justify-content: space-around;
    text-decoration: none;
    color: yellow;
    text-align: center;
}