﻿a, abbr, acronym, address, applet, b, big, blockquote, body, button, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, nav, object, ol, p, pre, q, s, samp, section, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, title, tr, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
}

html, body {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    min-width: 100vw;
    min-height: 100vh;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', Arial;
    color: #000;
}

.image-container {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 20px;
}

    .image-container img {
        width: 260px;
        height: 260px;
    }

    .image-container p {
        font-size: 7.2em;
        font-weight: 200;
    }

        .image-container p b {
            color: #ffae5e;
        }

.text-container {
    max-width: 430px;
    padding: 0 20px;
}

    .text-container p {
        font-weight: 200;
        text-align: center;
        font-size: 1.3em;
    }

.floating-copyright-text {
    max-width: 330px;
    position: fixed;
    left: 20px;
    bottom: 20px;
    font-size: .7em;
    font-weight: 300;
}