body {
    background-color: #2E0037;
    font-family: "Cal Sans", sans-serif;
    margin: 0;
    justify-content: center;
}
.main-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 5%;
    justify-content: center;
}
a {
    display: flex;
    justify-content: center;
}
.img-logo {
    display: flex;
    width: 50%;
}
.main-links {
    height: 30vh;
    display: flex;
    flex-direction: row;
    gap: 5%;
    align-items: center;
    justify-content: center;
}
.img-nav {
    width: 160%;
}
.circle-icon {
    width: 10rem;
    height: 10rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4a3c1;
}
.circle-icon:hover {
    background-color: white;
}
h2 {
    color: white;
}