@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Redressed&display=swap');
#wrapper {
}
.main {
}
h1 {
    font-family:'Redressed', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif';
    font-size:50px;
}
#uc {
    max-width:800px;
    height:100%;
    width:100%;
    margin:20px auto 0 auto;
}