@font-face {
    font-family: 'Decker';
    src: local("Decker"), url("Decker.ttf.woff") format("woff");
    
}

.center-body {
    padding-top: 3%;
    background-color: black;
}

.footer {
    padding-top: 2%;
    padding-bottom: 3%;
    text-align: center;
    line-break: strict;
}

.center {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

p, h1, h2, h3, h4, h5 {
    color: white;
    font-family: "Decker", "Century Gothic", century-gothic, sans-serif;
}

a {
    color: #3399ff;
}

a:visited {
    color: #b783e7;
}