* {
    margin: 0px;
    padding: 0px;
}

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;
}

header {
    background-color: #141317;
    padding: 10px;
    margin: 0px;
}
header ul {
    display: flex;
    justify-content: center;
}
header li {
    color: white;
    list-style-type: none;
    padding-left: 25px;
    padding-right: 25px;
}
header a {
    text-decoration: none;
    color: white;
}
header a:hover {
    color: purple;
}

body {
    background-color: #2b2a33;
    height: 100%;
    display: flex;
    flex-direction: column;
}
html {
    height: 100%;
}

footer {
    color: white;
    background-color: #141317;
    position: sticky;
    top: 100vh;
}
main {
    flex: 1;
}
.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
}
