
html{
    font-size: 125%;
    background: #f6f4ef;
}

body{
    font-size: 50%;
    margin: 0;
}

h1{
    font-family: 'Amatic SC', cursive;
    font-size: 4em;
    font-weight: normal;
    margin: 0;
    padding-bottom:  10px;
}

p{
    font-size: 1.8em;
    margin: 0 0 0 15px;
    padding: 3px;
}

.wrapper {
    margin: 10px;
}

input {
    font-size: 1.8em;
    width: 100%;
    display: block;
    padding: 5px 8px;
    box-sizing: border-box;
    font-family: courier new,georgia,arial;
}

.buttons {
    margin-top: 10px;
}

button{
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #000;
    font-size: 1.8em;
    margin-right: 5px;
    padding: 5px 12px;
}

a{
    color: #000;
}

p.service-link{
    position: absolute;
    left: 0;
    bottom: 10px;
}

.ggl{
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 250px;
    width: 300px;
}
