body {
   background: url("bg.jpg") no-repeat center center fixed;
   background-size: cover;
   background-color: #cccccc;   
   height: 100%; 
   margin: 0px; 
   padding: 0px;
   color: #fff;
   font-family: Lucida Console, Helvetica, sans-serif;
}

.center {
    margin: auto;
    width: 80%;
    height: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 10px;
}

.logo {
    text-align: center;
    
    font-size: 4vw;
    letter-spacing: 20px;
    color: white;
}

.button1 {
    text-align: center;
    text-decoration: none;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    color: #fff;
    padding: 11px;    
}

.button1:hover {
   

   
    background-color: rgba(130, 130, 130, 0.95);
}

#contact {
    background-color: rgba(100, 100, 100, 0.95);
}



div.container3 {
    height: 4em;
    position: relative 
}

div.container3 p {
    letter-spacing: 20px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

div.container4 {
    height: 4em;
    position: relative;
}

div.container4 p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

div.container5 {
    height: 16em;
    position: relative;
}

div.container5 div {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.container {
    text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	
}
.one {
    float: left;
	width: 300px;
	background-color:Red;
}
.two {
    margin: 0;
	float: left;
	width: 300px;
	background-color:Blue;
}
