html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* header { */
/*     height: 300px; */
/*     position: relative; */
/*     width: 100%; */
/*     text-align: center; */
/* } */

.image {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;    
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    border-radius: 50%;
    align: center;
    
}

.polka {
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: none;
    z-index: auto;
    width: 320px;
    height: 320px;
    position: static;
    cursor: default;
    opacity: 1;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgb(255, 255, 255);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: -webkit-radial-gradient(rgb(255,255,255) 15%, rgba(0,0,0,0) 16%), -webkit-radial-gradient(rgb(255,255,255) 15%, rgba(0,0,0,0) 16%), rgb(147, 148, 148);
    background: -moz-radial-gradient(rgb(255,255,255) 15%, rgba(0,0,0,0) 16%), -moz-radial-gradient(rgb(255,255,255) 15%, rgba(0,0,0,0) 16%), rgb(147, 148, 148);
    background: radial-gradient(rgb(255,255,255) 15%, rgba(0,0,0,0) 16%), radial-gradient(rgb(255,255,255) 15%, rgba(0,0,0,0) 16%), rgb(147, 148, 148);
    background-position: 0 0, 30px 30px;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: 60px 60px;
    background-size: 60px 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}

.top_header {
    position: relative;
    width: 100%;
    background: #0399CD;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    
}


body {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    font-family: sans-serif;
    background-image: linear-gradient(#AADEE9, #0399CD);
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #ffffff;
}

.button {
    display: block;
    width: 85%;
    max-width: 800px;

    margin: auto;
    margin-bottom: 20px;
    padding: 15px;
    
    background: transparent;

    border-style: solid;
    border-color: #ffffff;
    border-radius: 5px;
    
    text-align: center;
    text-align: center;
    text-decoration: none;
    
    line-height: 1.5em; 

    font-weight: bold;
    font-size: 14px;
    color: #ffffff;    
}

.button:hover {
    background: #ffffff;
    color: #0399CD;
}
	       
footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1px;
    width:100%;

    background: #444444;
    color: white;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    font-family: fantasy;
}

footer p {
    padding-left: 1em;
}
