
body {
  margin: 0;
  padding:0;
  }

.izquierda {
  background: rgb(194, 220, 233);
  height: 100vh; 
  width: 30%;    
  }

.derecha {
  background: url(../fotos/sjb.jpg);
  background-size: cover;
  background-position: center; 
  width: 70%;
  height: 100vh;
  }

#pantalla-dividida {
  display: flex;
  }

.creative {
  color: rgb(55, 47, 172);
  }

h1 {
  font-size: 80px;
  width: 50%;  
  margin: auto; 
  margin-top: 120px;
  margin-bottom: 20px; 
  margin-left: 80px;
  }

p {
  font-size:14px;
  line-height: 15px;
  width: 50%;
  margin: auto;
  margin-left: 80px;
  margin-bottom: 60px;
  }

a {  
  font-size:18px; 
  border: 4px solid #fff; 
  padding: 15px;
  text-decoration: none;  
  color: rgb(102, 96, 96);
  border-radius: 30px;   
  font-weight: bold;
  letter-spacing: 5px;
  display: inline-block;
  margin-top:40px;
  margin-left:130px;
  width: 120px;
  justify-content: center;
  }

  h2 {
    font-size: 20px;
    width: 50%;  
    margin: auto; 
    margin-bottom: 70px; 
    margin-left: 80px;
    }

  .notitas {
      font-size:14px;
      color: #615f5f;
      line-height: 13px;
      width: 81%;
      margin-left: 38px;
      margin-top: 3px;
      margin-bottom: 10px;
      }