@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Kalam:wght@700&family=Roboto:wght@100;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Great+Vibes&family=Mali:ital,wght@1,700&display=swap');
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 100px;
    width: 100%;
    height: 60vh;
    background-image: url("../images/hero.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.font {
    font-family: 'Great Vibes', cursive;
    font-family: 'Kalam', cursive;
    text-shadow: 2px 2px 4px #14CAD0;
}

.text1 {
    font-family: 'Caveat', cursive;
    font-family: 'Great Vibes', cursive;
    font-family: 'Mali', cursive;
}

.footer1 {
    height: 7vh;
    background-color: #99C0D4;
}

.footer2 {
    height: 4vh;
    background-color: #4B95BA;
}

.link {
    text-decoration: none;
    color: white;
}

.link:hover {
    color: black;
}