@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Catamaran:900&display=swap');

html {
    height: 100%;
}
body {
    background: #34b8b0; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #34b8b0, #85ceca); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #34b8b0, #85ceca);
    color: #fff;
    height: 100%;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
}

.deg {
    font-size: 90px;
    line-height: 68px;
    padding-bottom: 30px;
    font-weight: 900;
    font-family: 'Catamaran', sans-serif;
    letter-spacing: -0.2rem;
}

h1, h2, h3 {
    display: inline;
    font-size: 16px;
}

svg {
    display: block;
    margin: auto;
    margin-bottom: 40px;
}

a {
    color: #fff;
}

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