html {
    background-color: #003344;
    color: #ffffff;
}

.titlebar {
    width: 100vw;
    height: 80px;
    position: fixed;
    background-color: #32a1c9;
    top: 0;
    left: 0;
}

.undertitle {
    width: 100vw;
    height: 80px;
    position: relative;
    top: 0;
    left: 0;
    
}

.titlename {
    color: #000000;
    position: relative;
    top: 40px;
    left: 40px;
    transform: translate(0,-50%);
    font-size: 40px;
}

.titlebutton {
    height: 60px;
    width: auto;
    background-color: #003344;
    border-color: #ffffff;
    border-radius: 5px;
    border-width: 2px;
}