/*
    Ethan Gutknecht
    Copyright 2022 (C) Ethan Gutknecht

    CSS File
    08/25/2022
*/



body {
    overflow: hidden;
    height: 100vh;
    padding: 0;
    background-image: linear-gradient(to bottom right, #1a364a, #360030);
}

#logo {
    position: absolute;
    left: 50%;
    height: 300px;
    width: 800px;
    margin-top: -150px;
    margin-left: -400px;
    top: 50%;
}

#icons {
    opacity: 0.5
}

#exploreButton {
    top: 50%;
    position: absolute;
    left: 50%;
    width: 300px;

    margin-left: -150px;
    margin-top: 250px;
}
