.main_cont{
    position: absolute;
    left: 25%;
    top:25%;
    width:50%;
    height: 50%;

    text-align: center;
}

@media (max-width: 600px) {
    .main_cont {
        left: 5%;
        top:25%;
        width:90%;
        height: 50%;
    }
  }


.logo{
    width:100%;
    max-width: 500px;
    margin-bottom: 20px;

}
.content{
    font-family: "Bebas Neue";
    font-size: 1.2em;
    color: #444444;
}

.contact{
    margin-top: 1.5em;
    font-family: "Bebas Neue";
    font-size: 1.2em;
    color: #444444;
}

.material-icons{
    vertical-align: middle;
    padding-bottom:0.2em;
    color:#3273E8;

}

a:link {
    color: #444444;
  }
  
  /* visited link */
  a:visited {
    color: #444444;
  }
  
  /* mouse over link */
  a:hover {
    color: #3273E8;
  }
  
  /* selected link */
  a:active {
    color: #444444;
}
  }