body {margin:0px;}
h1 { Color:#333; Font-family:"libre-baskerville";}
h2 {   font-size:46px;Color:#333; Font-Family:"Raleway";}
h3 { Color:#333; Font-Family:"Raleway";}
a { Color:#777; text-decoration:none;}

.contentcontainer {text-align:center; }

@media screen and (min-width: 1201px) {

 .flexbox{
   height:100vh;
   display:flex;
   justify-content: space-around;
  }
 .left{
  align-self:center;
 }
 .middle {
  align-self:center;
 }
 .right {
  align-self:center;
 }

.connectbutton {Color:#fff;background-color:#666; padding:8px 12px 8px 12px; border-radius: 5px;  cursor: pointer;}
}



@media screen and (max-width: 1200px) {



.connectbutton {Color:#fff;background-color:#666; padding:6px 10px 6px 10px; border-radius: 5px; cursor: pointer;}

}


