* {
    font-family: Ubuntu;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    height: 100vh;
    background: url(/home/ativos/img/bg.jpg) center center/100% auto no-repeat fixed;
}

html {
    height: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
}

hr {
    margin: 20px 0;
}