﻿html {
    height: 100%;
}

body
{
    height:100%;
    width:100%;
    margin:0;
    background-image:url(../img/aluviso_bg2.png);
    background-repeat:no-repeat;
    background-size: cover;
    font-family: 'Raleway', sans-serif;
}

section {
    width: 100%;
    color:#fff;
    padding-top:20%;
}

header {
    width: 100%;
    font-size: 110px;
    text-align:center;
}

p {
    width: 100%;
    font-size: 24px;
    text-align:center;
}

a {
    color:#fff;
    font-weight:bold;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    text-decoration:none;
    padding-bottom:0px;
    border-bottom: 1px solid #fff;
}

a:hover {
    color:#00aa50;
    border-bottom: 1px solid #00aa50;
}