html {
    min-height: 100%;
    min-width: 100%;
}

body {
    background: linear-gradient(135deg, #2D5E63 0%, #151833 100%);
    color: #FFF;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

p {
    max-width: 760px;
}

a {
    color: #0FE0B1;
    text-decoration: none;
}

a:hover {
    color: #FFF;
    text-decoration: underline;
}
