.container{
    display:flex;
    justify-content: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.content{
    width: 50%;
    padding:20px 0;
}

h1{}

.border{
    background-color:#cccccc;
    color: white;
    padding: 90px 0;
    text-align: center;
    font-size: 70px;
    font-weight: 100;
   
}

.foot{} 

h3{
    margin: 25px 0;
}
.foot p{
    color:#aeaeae;
    font-weight: 500;
 }
button{
    background-color:#01bacf;
    color:white;
    border:none;
    width: 150px;
    padding: 15px;
    margin:10px 0;
    font-size: 13px;
    font-weight: 600;
}