@import url('https://fonts.twdc.com/InspireTWDC/latest.css');


body{
    font-family: 'InspireTWDC', sans-serif;
}
.disclaimer-text{
    text-align: center;
    font-size:.75em;
    position:absolute;
    bottom:0;
    width: 100%;
}
.welcome-button {
    background-color: #0382ff;
    color: white;
    padding: 14px 20px;
    margin: 4px 0px 4px 8px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    }
.welcome-button-dnu {
    background-color: #424242;
    color: white;
    padding: 14px 20px;
    margin: 4px 0px 4px 8px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    opacity: .3;
    }
.logo-banner {
    background-color:#0382ff;
    padding-top: 20px;
    padding-bottom: 20px;
}