* {
    margin: 0; 
    padding: 0; 
    font-family: sans-serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
a { text-decoration: none;}

header {
    position: relative;
    width: 100%;
    display: table;
    background: #dfdce3;
}
header h1 {
    position: relative;
    line-height: 60px;
    font-size: 40px;
    margin: 0 20px;
    color: #4abdac;
}

body {
    position: absolute;
    width: 100%; height: 100;
    top: 0; right: 0; bottom: 0; left: 0;
    background: #4abdac;
}

main {
    position: relative;
    top: 100px;
    left: 0; right: 0;
    margin: auto;
    display: table;
    text-align: center;
}

main h2 { 
    font-size: 30px;
    padding: 10px;
    border-bottom: 3px solid #fff;
    color: #fff;
}

main p {
    font-size: 18px;
    padding: 10px;
    color: #f7b733;
}

.button {
    margin-top: 20px;
    padding: 60px;
    border-radius: 50%;
    color: #ff0000;
    background: url(Images/Love/heart_flat_white.gif) no-repeat center center;
    background-size: 100% 100%;
    box-shadow: 0 0 15px #ff0000;
    cursor: pointer;
}
.button:hover {box-shadow: 0 0 30px #f7b733;}

iframe {
    position: fixed;
    top: 0; right: 0;
    width: 3px; height: 60px;
    border: none;
    background: #f7b733;
}

footer {
    position: fixed;
    display: block;
    left: 0; right: 0;
    bottom: 0;
    background: #6d558d;
}
footer p {
    float: left;
    padding: 5px 20px;
    font-size: 16px;
    color: #dfdce3
}

footer .Counter {
    float: right;
    display: table;
    opacity: 0.1
}