@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Luckiest Guy', cursive;
    background: url('background.svg') no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

main {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

header {
    text-align: center;
    position: relative;
    padding: 20px;
}

header h1 {
    margin: 2px;
    color: snow;
    font-size: 3rem;
}

.github-link, .instagram-link {
    position: flex;
    padding: 15px;
    cursor: pointer;
}

.click-area {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-grow: 1;
    padding-bottom: 20px;
}

#fuma {
    max-height: 85vh;
    width: auto;
    cursor: pointer;
}