* {
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

body,
html {
    width: 100vw !important;
    height: 100vh !important;
    overflow: hidden !important;
}

#top_nav,#home,#page_end_html,#header,#mainContent,#footer {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

p.description {
    display: none !important;
}

#page_begin_html {
    display: flex !important;
    position: relative !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100vw !important;
    height: 100vh !important;
    background-color: #edf1f8 !important;
}

img.avator {
    width: 100px !important;
    border-radius: 50% !important;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px !important;
}

h1 {
    margin: .6rem 0 !important;
    font-size: 1.4rem !important;
}

.desc {
    padding-bottom: .6rem !important;
    border-bottom: 2px solid #ccc !important;
    color: #999 !important;
    font-size: .88rem !important;
    font-weight: 700 !important;
    animation: breathe 4s linear infinite !important;
}

section {
    margin-top: .6rem !important;
}

a {
    text-decoration: none !important;
    color: #007175 !important;
}

a.iconfont {
    display: inline-block !important;
    padding: 0 .22rem !important;
    font-size: 1.5rem !important;
}

a:hover {
    color: #d33a4a !important;
}

@keyframes breathe {
    0% {
        color: #202e78
    }

    25% {
        color: #d33a4a
    }

    50% {
        color: #ff6100
    }

    75% {
        color: #000
    }

    100% {
        color: #202e78
    }
}
