html, body {
    height: 100%;
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
    font-weight: 100;
    font-family: 'Lato';
}

.container {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.content {
    text-align: center;
    display: inline-block;
}

h1 {
    font-size: 4em;
    font-weight: normal;
    margin: .67em 0;
    text-transform: uppercase;
}

.email a,.phone a{
    font-size: 36px;
    text-decoration: none;
    color: #148294;
}
a:hover{
  color: #903aa5;
}

.email {
    float: left;
    text-align: left;
}

.phone {
    float: right;
    text-align: right;
}

.vat {
    clear: both;
    text-align: center;
    padding-top: 2em;
}

.vat-label {
    display: block;
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #999;
    margin-bottom: .3em;
}

.vat-number {
    font-size: 24px;
    color: #148294;
    cursor: pointer;
    position: relative;
}

.vat-number:hover {
    color: #903aa5;
}

.vat-number.copied::after {
    content: "Másolva";
    position: absolute;
    left: 50%;
    bottom: -2em;
    transform: translateX(-50%);
    font-size: 12px;
    color: #903aa5;
    white-space: nowrap;
}