@import "animation.css";

body {
    margin: 0;
    background-color: #161925;
    animation: fadebackground 5s infinite;
}

.main-container {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 90%;
    margin: 0;
    position: absolute;
    background-color: #161925;
    overflow: hidden;
    animation: fadebackground 5s infinite;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Press Start 2P', cursive;
    color: #ffffff;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    /*margin-left: 2em;*/
    /*animation: reveal;*/
}

.intro-div {
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
}

.red-dot {
    height: 20px;
    width: 20px;
    background-color: #c1292e;
    border-radius: 50%;
    display: inline-block;
}

.yellow-dot {
    height: 20px;
    width: 20px;
    background-color: #c4ad2c;
    border-radius: 50%;
    display: inline-block;
}

.green-dot {
    height: 20px;
    width: 20px;
    background-color: #32b119;
    border-radius: 50%;
    display: inline-block;
}

.text-content {
    word-wrap: break-word;
}

.description-div {
    font-size: 0.5em;
    vertical-align: middle;
}

a {
    color: coral;
}

.footer-text {
    position: absolute;
    bottom: 0;
    padding-bottom: 5%;
    font-size: 0.5em;
}