html {
    border			: none;
    font-size		: 100%;
    font-family		: "Times New Roman";
}

body {
    background		: black;
    border			: none;
    color			: white;
    margin			: 10px auto 0px auto;
    width			: 800px;
}

#bottom-links {
    text-align		: center;
}

#copyright {
    text-align		: center;
}

#flags {
    border          : 1px solid white;
    border-radius   : 15px;
    font-size       : 14px;
    margin			: 15px auto 0px auto;
    padding			: 0px 5px 0px 5px;
    text-align      : center;
    width			: fit-content;
}

#flag-us {
    margin			: 0px auto 0px auto;
    padding			: 0px;
    width			: fit-content;
}

#flag-us img {
    border			: none;
    height			: 13px;
    width			: 20px;
}

#flags img {
    border			: none;
    height			: 27px;
}


#flags-2 {
    margin			: 0px auto 0px auto;
    padding			: 0px;
    width			: fit-content;
}

#flags-2 img {
    border			: none;
}

#footer {
    border			: none;
    font-size		: 14px;
    text-align		: justify;
    font-style		: italic;
}

#footer .trademark {
    border			: none;
    font-size		: 8px;
}

#logo {
    border			: none;
    color			: white;
    font-family		: "Times New Roman Negreta";
    margin			: 0px;
    padding			: 0px;
    text-align		: center;
    width			: 100%;
}

#logo h1 {
    border			: none;
    line-height		: 5px;
    font-size		: 62px;
}

#logo h2 {
    border		: none;
    font-family	: "Times New Roman Negreta";
    font-size	: 58px;
    font-style	: italic;
    line-height	: 50px;
    margin		: 0px;
    padding		: 0px;
}

#main {
    border		: none;
    font-size	: 20px;
    margin-top	: 50px;
    text-align	: center;
    width		: 100%;
}

#message {
    border			: none;
    font-size		: 18px;
    text-align		: justify;
}

#message h3 {
    text-align		: center;
}

#socials {
    border		: none;
    margin		: auto;
    text-align	: center;
}

#socials img {
    border		: none;
    height		: 40px;
    margin		: 0px 10px 14px 10px;
    width		: 40px;
}

#top {
    border      : none;
    text-align  : right;
    width       : 100%;
}

.trademark {
    font-size	: 10px;
    margin		: 0px 5px 0px 0px;
}

