body {
    margin: 0;
}

label {
    color: black;
    margin-right: 10px;
}

#userId{
    text-align: center;
}

iframe {
    height: 100vh !important; 
    width : 100vw !important;
    border: none !important;
}

#tutor-info{
    background-color: hsl(0, 0%, 97%);
    padding: 5px;
    border-bottom: 1px solid #eee;
}

.askrose-logo{
    height: 30px;
    width: auto;
    display: block;
}

#previous-rooms {
    background-color: hsl(0, 0%, 97%);
    padding-left: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.btn.btn-sm{
    border-radius: 30px;
    background-color: white;
    border-color: hsl(0,0, 24%);
    padding: 0.25rem;
}

.btn.btn-sm:hover{
    background-color: hsl(0, 0%, 90%);
}

#createRoomButton {
    margin-right: 10px;
}