body {
	margin:0;
	padding:0;
	border:0;
	height:100vh;


}
.wrapper {
display:flex;
}
.container {
background-color: white;
font-family: "Open Sans", sans-serif;
width:70%;


}
.tbox{
background-color: black;
text-align:center;
}
.logo {

}
.disch{
padding-top:1em;
text-align:center;
}
.disc{
margin-top:.5em;
text-align: center;
}
.disco {  
text-align:center;
padding-top:1em;
padding-bottom:1em;
}
.bbox {
text-align:center;
}
.pleft{
width:15%;
}
.pright{
width:15%;
}
.bot {
}
.btn {
 position: relative;
 font-size: 17px;
 text-transform: uppercase;
 text-decoration: none;
 padding: 1em 2.5em;
 display: inline-block;
 border-radius: 6em;
 transition: all .2s;
 border: none;
 font-family: Helvetica;
 font-weight: 500;
 color: white;
 background-color: #b20200;
}
.btn:hover {
 transform: translateY(-3px);
 box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.btn:active {
 transform: translateY(-1px);
 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.btn::after {
 content: "";
 display: inline-block;
 height: 100%;
 width: 100%;
 border-radius: 100px;
 border-color:black;
 position: absolute;
 top: 0;
 left: 0;
 z-index: -2;
 transition: all .5s;
}
.btn::after {
 background-color: #b20200;
}
.btn:hover::after {
 transform: scaleX(1.1) scaleY(1.2);
 opacity: 0%;
}
.addi {
	width:100%;
	bottom:0;
	position:absolute;
	background-color:whitesmoke;
	text-align:center;
	padding-bottom:10px;
}
.stuff{
	margin-top:10px;
}