* {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
        "Helvetica Neue", sans-serif;
}

body {
    width: 100%;
    height: 100%;
}

.title {
    top: 0;
    width: 100%;
    z-index: 1;
    display: block;
    position: absolute;
    background-color: #444444;
    color: white;
    margin: 0;
    padding: 5px;
}

.entry-modal {
    border: 1px solid #444444;
    width: 300px;
    margin: auto;
    z-index: 9999;
    position: absolute;
    left: 50%;
    top: 70;
    margin-left: -150px;
    padding: 20px;
    color: #fff;
    background-color: #444444;
    text-align: center;
    margin-top: 15%;
    border-radius: 10px;
}

#notification {
    position: absolute;
    z-index: 1;
    text-align: center;
    color: #fff;
    margin: 0;
    top: 47.33px;
    font-size: 18pt;
    width: 100%;
    background-color: orange;
}

.room-input {
    border: none;
    padding: 5px;
}

button {
    margin: 3px;
    padding: 5px;
}

#remote-video {
    width: 100% !important;
    height: auto !important;
}

#local-video {
    width: 100% !important;
    height: auto !important;
}

#vids-container {
    height: 100vh;
    max-width: 400px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:40%;
	background-color:rgb(204, 0, 0);
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	margin-top:22px;
}