.footer {
    border-radius: 7vh 7vh 0 0;
    height: auto;
    border-top: 4px solid rgb(166, 84, 241);
    padding-bottom: 0;
}

.linkguide {
    font-weight: 700;
    font-size: 20px;
}

.footerlink-school {
    display: flex;
    justify-content: center;
}

.footer-a {
    color: rgb(166, 84, 241);
    margin: 0 20px;
}

.footerlink-button {
    width: 150px;
    height: 40px;
    border-radius: 10px;
    font-weight: 500;
    color: aliceblue;
}

.footerlink-button:hover {
    transform: scale(1.05);
}

.gridcontainer {
    padding: 10px 20%;
}

.ga {
    font-weight: 500;
}

.mascotcontainner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5vh;
}

.mascot {
    width: 60vw;
    border-radius: 10vh 10vh 0 0;
}

.mimg {
    width: 40vw;
    margin: 10vh 0;
}

.where-our-web {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}