*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

.stream-hub {
		    float: left;
}
	
.top-bar{
	    float: right;
		
}
	
.logo {
	  display: flex;
	  margin: auto;
}
    
.p {
   display: flex;
   margin: auto;
}
	
.ul{
   text-decoration: none;
}
#text{
     display: flex;
	 margin: auto;
	 height: 25px;
	 border-radius: 10px;
	 padding: 4px;
	 border: solid thin #aaa;
	 width: 100%;
}

#button{
       display: flex;
	   margin: auto;
	   padding: 10px;
	   width: 100px;
	   border-radius: 10px;
	   color: white;
	   background-color: Green;
	   border: none;
}

.box{
    display: flex;
	margin: auto;
	background-color: grey;
	border-radius: 15px;
	width: 300px;
	padding: 20px;
}

    

.bbg{
    background-image: url(/img/pttrbg.jpg);
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

.red{
    color: red;
}

.flip{
    transform: rotateY(180deg);
}
.menu-bar{
    background: black;
    height: 80px;
    width: 100%;
    text-decoration: none;
    text-align: center;
}

.menu-bar ul{
    display: inline-flex;
    list-style: none;
    color: #fff;
}

.menu-bar ul li{
    width: 120px;
    margin:15px;
    padding: 15px;
}

.menu-bar ul li a{
    text-decoration: none;
    color: #fff;
}

label.logo{
    color: white;
    font-size: 35px;
    line-height: 80px;
    padding: 0 100px;
    font-weight: bold;
}

.red{
    color: red;
}

img{
display: block;
margin: auto;

}

.copy{
    text-align: center;
}

