@charaset "utf-8" ;

/*Theme URL: 
Description: 
Author: 
Version: 
Tags:
License: 
License URI: 
Theme Name: ceo-eng
Template: ex-factors
*/

body {
    position: relative;
    margin: 0;
  }
  svg {
    width: 100vw;
    height: 100vh;
  }

  
  .layer_1 {
    z-index: 10;
    position: fixed;
    width: 100vw;
    height: 100vh;
  }  
  
  .layer_2 {
    margin: 0;
    position: absolute;
    z-index: 20;
    width: 100vw;
    height: 100vh;
  } 
  .ceo_title {
    font-size: 4em;
    padding-top: 10%;
    padding-left: 0;
  }
  .ceo_text {
    padding-left: 10%;
    padding-top: 25%;
  }
  .btn {
    margin-top: 3%;
    margin-left: 5%;
    margin-bottom:1%;
  }