* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  @font-face {
    font-family: "Comfortaa";
    src: url(../fonts/Comfortaa-VariableFont_wght.ttf);
  }
  
  .body{
    background-image: url(image/kosmos.jpg);
    background-size: cover;
  }
  
  .section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5vw;
  }
  .container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 3%;
    padding-right: 3%;
  }
  
  .wrap_detailed {
    width: 100%;
    margin-top: 2%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2%;
  }
  .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2vw;
  }
  
  .inner_detailed {
    width: 40%;
    padding: 0.5%;
    padding-left: 0%;
    padding-right: 0%;
    border-top: 2px solid black;
    border-bottom: 2px
  }
  .ul_detailed {
    border-left: 1px solid black;
  }
  h1 {
    font-size: 3.5em;
    line-height: 300%;
    font-family: "Comfortaa";
    background: linear-gradient(135deg, #1512bc 20%, #fa0eb6 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  h2 {
    font-size: 2.5em;
    font-family: "Comfortaa";
    text-align: center;
    padding-top: 40px;
    color: white;
  }
  
  .h2_detailed {
    display: table;
    background: linear-gradient(135deg, #1512bc 20%, #fa0eb6 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  h3 {
    font-size: 1.5em;
    font-family: "Comfortaa";
    text-align: center;
    margin-bottom: 1.5vw;
    background: linear-gradient(135deg, #1512bc 20%, #fa0eb6 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  h4{
    font-size: 1.3em;
    font-family: "Comfortaa";
    text-align: center;
    background: linear-gradient(135deg, #1512bc 20%, #fa0eb6 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  p {
    font-size: 1.3em;
    text-align: justify;
    font-family: "Comfortaa";
    padding: 20px;
    background: linear-gradient(135deg, #1512bc 20%, #fa0eb6 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .p{
    border-right: 1px solid black;
    border-left: 0px solid black;
  }
  .w1 {
    width: 100%;
  }
  
  .w1__w1{
    width: 90%;
  }

  .w1__w{
    width: 65%;
  }
  
  .w2 {
    width: 50%;
  }
  
  .w3 {
    width: 30%;
  }
  
  .w4 {
    width: 21.25%;
  }
  .flex__wrap{
    display: flex;
    flex-wrap: wrap;
  }
  .color{
    background-color: white;
  }

  .container_menu {
    width: 100%;
    height: 5vw;
    background: rgb(255, 254, 254);
    padding-top: 1%;
    padding-bottom: 1%;
    margin-top: 0.5%;
    margin-bottom: -1%;
    position: fixed;
  }
  
  .menu_link {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 1.3em;
    padding-left: 2vw;
    padding-right: 2vw;
    font-family: "Comfortaa";
  }
    a {
      text-decoration: none;
      color: black;
      font-weight: 500;
  }
  .wrap_detailed:first-child{
    margin-top: 10vw;
  }

  .top{
    margin-top: 5vw;
    color: white;
  }