body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #feb2d9;
}
#furu-logo {
    width: 1200px;
    height: 416px;
    background-image: url("images/furu-logo.png");
}
#navbar-container {
    display: flex;
    flex-direction: row;
}
#nav-logo {
    width: 171px;
    height: 66px;
    background-image: url("images/navbar/nav1.png");
}
#nav-logo:hover {
    background-image: url("images/navbar/navhover1.png");
}
#first-nav-seperator {
    width: 6px;
    height: 66px;
    background-image: url("images/navbar/nav2.png");
}
#nav-art {
    width: 138px;
    height: 66px;
    background-image: url("images/navbar/nav3.png");
}
#nav-art:hover {
    background-image: url("images/navbar/navhover2.png");
}
#second-nav-seperator {
    width: 6px;
    height: 66px;
    background-image: url("images/navbar/nav4.png");
}
#nav-about {
    width: 228px;
    height: 66px;
    background-image: url("images/navbar/nav5.png");
}
#nav-about:hover {
    background-image: url("images/navbar/navhover3.png");
}
#third-nav-seperator {
    width: 6px;
    height: 66px;
    background-image: url("images/navbar/nav6.png");
}
#nav-wip {
    width: 198px;
    height: 66px;
    background-image: url("images/navbar/nav7.png");
}
#nav-wip:hover {
    background-image: url("images/navbar/navhover4.png");
}
#nav-credit {
    width: 192px;
    height: 66px;
    background-image: url("images/navbar/nav8.png");
}
#discord-container {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}
#furu-discord {
    width: 213px;
    height: 69px; 
    background-image: url("images/discord.png");
}
#furu-discord:hover {
    background-image: url("images/discordhover.png");
}
#furu-discord-arrow {
    margin-left: 10px;
    width: 201px;
    height: 60px;
    background-image: url("images/click.png");
}
#furu-discord:hover ~ #furu-discord-arrow {
    width: 210px;
    height: 60px;
    background-image: url("images/click.gif");
}
#template-container {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: auto;
}
#furu-template {
    width: 231px;
    height: 78px; 
    background-image: url("images/template.png");
}
#furu-template:hover {
    background-image: url("images/templatehover.png");
}
#furu-template:hover ~ #furu-discord-arrow {
    width: 210px;
    height: 60px;
    background-image: url("images/click.gif");
}