
@import url('https://fonts.googleapis.com/css?family=Ubuntu:100,200,300,400,500,600,700,800,900');

body {
    height: 100vh;
    background: rgb(46, 46, 46);
    background: radial-gradient(circle, rgb(37, 52, 73) 0%, rgb(14, 50, 83) 100%);
    color: #eee;
    font-family: 'Ubuntu', sans-serif;
}

.tallrow {
    height: 100%;
}

h1,h2,h3 {
    font-family: 'Ubuntu', sans-serif;
}

.fontthin {
    font-weight: 100;
}

.fontsemibold {
    font-weight: 500;
}

.title {
    border-bottom: 1px solid white;
}
.subtitle {
    text-align: end;
    font-size: 1rem;
}

.small {
    font-size: small;
}