@import url('https://fonts.googleapis.com/css?family=Work Sans')

*,*::before,*::after {
    box-sizing: border-box;
}

body {
padding :0;
margin:0;
background-color: #121212;
font-family:'Work Sans',sans-serif ;
font-size: .75em;
color: white;
align: center; 
text-align: center;
min-height: 100vh;

}

.social-link img {
    width: 1em;
    margin-right: .25rem;
  }

  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    flex-grow: 1;
  }
  
  .title {
    font-weight: 500;
    font-size: 1.5em;
    margin-bottom: 1.2rem;
    margin-top: 0;
  }
  
  .subtitle {
    font-weight: 500;
    font-size: 1.5em;
    margin-bottom: 2rem;
  }
  
  .btn {
    color: white;
    background-color: #1762A7;
    padding: .75rem 1.5rem;
    border-radius: .5rem;
    text-decoration: none;
    font-size: .9rem;
    outline: none;
    border: none;
    cursor: pointer;
  }
  
  .btn:hover {
    background-color: #2180d8;
  }
  
  .btn:focus {
    background-color: #2796ff;
  }

  
span.rev { unicode-bidi:bidi-override; direction:rtl }
span.rev.email:before { content:"moc.xtius" }
span.rev.email:after { content:"@m" }
span.rev.phone:before { content:"9417 098 " }
span.rev.phone:after { content:"529 1+" }

#rcorners1 {
    background: #2D2C2C;
    
    width: 100%;
    height: 175px;  
    text-align: center;
    color:white;
   
  }
  
  #rcorners2 {
    background: #2D2C2C;
    
    width: 100%;
    height: 175px;  
    text-align: justify;
    padding-left: 1.25%;
    padding-top: 1%;
    
   
  }
  a:link{
    color: white;
    background-color: transparent;
    text-decoration: none;
  }
  a:visited {
    color: white;
    background-color: transparent;
    text-decoration: none;
  }
  a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
  }
  a:active {
    color:white;
  }
  * {
    box-sizing: border-box;
  }
  .column {
    float: left;
    width: 50%;
    padding: 10px;
    text-align: right;
/*    height: 300px; /* Should be removed. Only for demonstration */
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }