.center {
    margin-left: auto;
    margin-right: auto;
}

body {
    background-color: #333;
}

h1 {
    color: #fff;
    font-family: "Ubuntu";
}

p {
    color: #fff;
    font-family: "Fira Sans";
    font-size: 16px;
}

a {
    color: #8dc449;
}

a:hover {
    color: #8dc449;
}

.footer {
    margin-top: 20px;
}

.footer-text {
    font-size: 12px;
}

.img-abuse {
    height: 250px;
    margin-top: 30px;
}

.logo {
    margin-top: 30px;
}

.text-content {
    margin-top: 30px;
    margin-bottom: 60px;
}