body{
    background-color: #212121;
    font-family: 'Montserrat', sans-serif !important;
    margin: 0;
    padding: 0;
}
/* AVATAR */
.topBar {
    align-items: center;
    border-bottom: 2px solid #333;
    display: flex;
    height: 98px;
    justify-content: center;
}

.toggleButton {
    margin: 1rem;
}

.iFrame {
    border: none;
    width: 100%;
    height: 100vh;
}

/* AVATAR */