* {
    font-family: Montserrat;
}

html {
    overflow: hidden;
}

main {
    overflow: auto;
}

#logo {
    height: 100%;
}

footer {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

button {
    text-overflow: ellipsis;
    white-space: normal;
    border-color: #f1f1f1;
    padding: 10px;
}