* {
    box-sizing: border-box;
  }

  /* L'tytul */
  :root {
    --background-color: black;
    --text-color: hsl(216, 65%, 59%);
    
  }
  .wrapper {
    display: grid;
    place-content: center;
    background-color: var(--background-color);
    min-height: 100vh;
    font-family: "Oswald", sans-serif;
    font-size: 600%;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-color);
    background-image: linear-gradient( 135deg, #9f05ff69 10%, #fd5e086b 90%);
  }

  html, body {
    transition: 1s;
    scroll-behavior: smooth;
  }
  
  
  .wrapper > div {
    grid-area: 1/1/-1/-1;
  }
  .top {
    clip-path: polygon(0% 0%, 100% 0%, 100% 48%, 0% 58%);
  }
  .bottom {
    clip-path: polygon(0% 60%, 100% 50%, 100% 100%, 0% 100%);
    color: transparent;
    background: -webkit-linear-gradient(177deg, black 53%, var(--text-color) 65%);
    background: linear-gradient(177deg, black 23%, var(--text-color) 95%);
    background-clip: text;
    -webkit-background-clip: text;
    transform: translateX(-0.02em);
  }
  
body {
    background-color: #12acdb;
    margin: 0;
  }
  
  p {
    font-family: verdana;
    font-size: 20px;
  }


/* L'botonu */
.btnu {
  appearance: button;
  backface-visibility: hidden;
  background-color: #405cf5;
  border-radius: 6px;
  border-width: 2;
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
  box-sizing: border-box;
  color: #12acdb;
  cursor: pointer;
  font-family: 'Lumanosimo', cursive;
  font-size: 120%;
  height: 44px;
  line-height: 1.15;
  margin: 12px 0 0;
  outline: solid rgb(29, 29, 124);
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  text-align: center;
  text-transform: none;
  transform: translateZ(0);
  transition: all .2s,box-shadow .08s ease-in;
  width: 13%;
  margin-left: 2%;
}

.btnu:disabled {
  cursor: default;
}

.btnu:focus {
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
}


header {
	width: 100%;
	height: 100%;
	padding: 20px;
	color: #261874;
	text-shadow: 1px 1px 1px #333;
  background-image: linear-gradient( 135deg, #9f05ff69 10%, #fd5e086b 90%);
	text-align: center;
	height: auto;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
}

/* L'pheguntu */

.on_aj_pheguntu {
    text-align: center;
    font-family: 'Lumanosimo', cursive;
    font-size: 400%;
    color:#84b2d1;
    border:#ffdd40;
    border-radius: 5%;
    border-style: dashed;
    border-width: 10px;
    margin: 5%;
    margin-top: 0%;
    margin-bottom: 1%;
}

.aj_konosyn {
    height: 100vh;
    width: 100%;
    background-color: rgb(22, 83, 139);
    background-image: linear-gradient( 90deg, #663e9469 10%, #fd08f16b 90%);
}

.spas_fo_OAP {
  background-image: linear-gradient( 90deg, #663e9469 10%, #fd08f16b 90%);
  color: rgb(22, 83, 139);
  margin-top: 0%;
  background-color: rgb(22, 83, 139);
}

.spas_fo_CTI {
  color: rgb(2, 65, 124);
  margin-top: 0%;
  background-color: rgb(2, 65, 124);
  background-image: linear-gradient( 270deg, #2067c469 40%, #41a2b36b 60%);
}

.spas_fo_CF {
  color: rgb(2, 65, 124);
  margin-top: 0%;
  background-color: rgb(2, 65, 124);
  background-image: linear-gradient( 270deg, #2067c469 40%, #41a2b36b 60%);
}

.spas_fo_K {
  color: rgb(2, 65, 124);
  margin-top: 0%;
  background-color: rgb(2, 65, 124);
  background-image: linear-gradient( 270deg, #2067c469 40%, #41a2b36b 60%);
}

div.scrollmenu1 {
  background-color: #3a52a1;
  overflow: auto;
  white-space: nowrap;
  font-weight: 900;
  margin-top: 8%;
  margin-bottom: 20%;
  margin-left: 5%;
  margin-right: 5%;
  font-family: 'lucida Sans';
  font-size: larger;
  border: #302424;
  border-radius: 10%;
  border-width: 30px;
  border-style: double;
}

div.scrollmenu1 h1 {
  display: inline-block;
  color: rgb(184, 184, 184);
  text-align: center;
  padding: 14px;
  text-decoration: none;

}

div.scrollmenu1 h1:hover {
  background-color: #286163;
  border-width: 2px;
  border-color: #302424;
}

.cospasao{
  height: 100vh;
  width: 100%;
  background-color: rgb(2, 65, 124);
  background-image: linear-gradient( 270deg, #2067c469 40%, #41a2b36b 60%);
}

.fote{
  width: 20%;
  margin: 2.3%;
  border: #302424;
  border-radius: 10%;
  border-width: 8px;
  border-style: dotted;
}



.CTI_tytul {
  text-align: center;
}


.CTI_T_1{
  margin: 2%;
  font-family: 'Croissant One', cursive;
  color: #a18e20;
  font-size: 250%;
  border:#2b2b2b;
    border-radius: 5%;
    border-style: dashed;
    border-width: 10px;
}

.futuro{
  height: 100vh;
  width: 100%;
  background-color: rgb(2, 65, 124);
  background-image: linear-gradient( 270deg, #2067c469 40%, #41a2b36b 60%);
}

.cosfutuh_1{
  font-family: 'Autour One', cursive;
  font-size: 400%;
  margin-bottom: 0%;
  margin-left: 10%;
  color:#c5da0d

}

.cosfutuh_2{
  font-family: 'Autour One', cursive;
  font-size: 250%;
  margin-top: 2%;
  margin-bottom: 0%;
  margin-left: 10%;
  color:#c5da0d

}

.ymaje_dyneh{
  margin: 2%;
  width: 15.5%;
  height: 30%;
}

.test_cyty{
  font-family: 'Courier New', Courier, monospace;
  font-size: 200%;
  margin-left: 5%;
  margin-right: 5%;
  
}

.test_cyty_dod{
  font-family: 'Courier New', Courier, monospace;
  font-size: 200%;
  margin-left: 5%;
  margin-right: 5%;
  border: 5px solid #5878ca;
}

.contactos{
  
  height: 100vh;
  width: 100%;
  background-color: rgb(2, 65, 124);
  background-image: linear-gradient( 270deg, #2067c469 40%, #41a2b36b 60%);

}