@import url('includes/basic.css');

h1 {
    color: white;
    margin-left: 5px;
}

.awnser {
    margin-left: 20px;
    color: #d9d9d9;
}
#terra_invicta {
    color: white;
    font-size: 50px;
}

.center a {
        text-decoration: none;
        color: white;
}

h3 {
    color: #d5d5d5;
}

.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
}
