@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&display=swap");

body {
	height: 97vh;
    border: 5px solid white;
    border-radius: 20px;
    color:white;
}

@keyframes gradient {
	0% {
		background-position: 0 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0 50%;
	}
}

.topText {
    text-align: center;
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Dancing Script", sans-serif;
}

.center {
    font-family: "Rubik", sans-serif;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}

.back {
    font-family: "Rubik", sans-serif;
    text-align: center;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}

.socials {
    text-align: center;
    width: 100px;
    height: 32px;
    position: absolute;
    bottom: 1%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.socials a {
    width: 45%;
}
.socials img {
    width: 100%;
    height: auto;
    display: block;
}

img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.years {
    margin-bottom: 10px;
    font-family: "Rubik", sans-serif;
    position: absolute;
    top: 40%;
    left: 50.5%;
    transform: translate(-50%, 60%);
    height: 70px;
    width: 600px;
    line-height: 20px;
    padding: 20px;
}

.seasons {
    margin-bottom: 10px;
    font-family: "Rubik", sans-serif;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, 60%);
    height: 70px;
    width: 350px;
    line-height: 20px;
    padding: 20px;
}

.y5 {
    float: left;
    border-radius: 20px;
    border: 5px solid white;
    width: 13%;
    text-align: center;
}

.y6 {
    float: left;
    margin-left: 10px;
    border-radius: 20px;
    border: 5px solid white;
    width: 13%;
    text-align: center;
}

.y7 {
    float: left;
    margin-left: 10px;
    border-radius: 20px;
    border: 5px solid white;
    width: 13%;
    text-align: center;
}

.y8 {
    float: left;
    margin-left: 10px;
    border-radius: 20px;
    border: 5px solid white;
    width: 13%;
    text-align: center;
}

.y9 {
    float: left;
    margin-left: 10px;
    border-radius: 20px;
    border: 5px solid white;
    width: 13%;
    text-align: center;
}

.y10 {
    float: left;
    margin-left: 10px;
    border-radius: 20px;
    border: 5px solid white;
    width: 13%;
    text-align: center;
}

.s1 {
    float: left;
    margin-left: 10px;
    border-radius: 20px;
    border: 5px solid white;
    width: 19%;
    text-align: center;
}

.s2 {
    float: left;
    margin-left: 10px;
    border-radius: 20px;
    border: 5px solid white;
    width: 19%;
    text-align: center;
}

.s3 {
    float: left;
    margin-left: 10px;
    border-radius: 20px;
    border: 5px solid white;
    width: 19%;
    text-align: center;
}

.s4 {
    float: left;
    margin-left: 10px;
    border-radius: 20px;
    border: 5px solid white;
    width: 19%;
    text-align: center;
}

.banner {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, 60%);
    height: 135px;
    width: 240px;
    line-height: 20px;
}

a:link {
    color: white;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: white;
    background-color: transparent;
    text-decoration: none;
}


.y5:hover {
    border-color: aqua;
    border-radius: 15px;
}

.y6:hover {
    border-color: aqua;
    border-radius: 15px;
}

.y7:hover {
    border-color: aqua;
    border-radius: 15px;
}

.y8:hover {
    border-color: aqua;
    border-radius: 15px;
}

.y9:hover {
    border-color: aqua;
    border-radius: 15px;
}

.y10:hover {
    border-color: aqua;
    border-radius: 15px;
}

.s1:hover {
    border-color: aqua;
    border-radius: 15px;
}

.s2:hover {
    border-color: aqua;
    border-radius: 15px;
}

.s3:hover {
    border-color: aqua;
    border-radius: 15px;
}

.s4:hover {
    border-color: aqua;
    border-radius: 15px;
}