


*{
    /* Kofyguhao ynysy foh alt l'elementu */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: #266847;
}

    .btnu {
        appearance: button;
        backface-visibility: hidden;
        background-color: #0d4e46;
        border-radius: 6px;
        border-width: 2;
        box-shadow: rgba(34, 117, 128, 0.1) 0 0 0 1px inset,rgba(22, 119, 98, 0.1) 0 2px 5px 0,rgba(14, 160, 87, 0.07) 0 1px 1px 0;
        box-sizing: border-box;
        color: #0a251f;
        cursor: pointer;
        font-family: 'Lumanosimo', cursive;
        font-size: 160%;
        height: 44px;
        line-height: 1.20;
        margin: 12px 0 0;
        outline: solid rgb(1, 43, 37);
        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: 20%;
        margin-left: 10%;
        margin-right: 10%;
      }
      
      .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, #198b8b69 10%, #14c7416b 90%);
          text-align: center;
          height: auto;
          background-size: cover;
          background-attachment: fixed;
          position: relative;
          overflow: hidden;
      }

    .wrapper {
      display: grid;
      place-content: center;
      background-color: var(--background-color);
      min-height: 100vh;
      font-family: "Oswald", sans-serif;
      font-size: 500%;
      font-weight: 700;
      text-transform: uppercase;
      color: var(--text-color);
    }

.name{
    text-align: center;
    margin: 2%;
    font-family: 'Pacifico', cursive;
}

.deskhybao{
    text-align: center;
    margin: 1%;
    font-family: 'Dancing Script', cursive;
    font-size: 170%;
}
    
   img{
    position: relative;
    margin: 5%;
    margin-top: 3%;
    height: 400px;
    text-align: center;
    width: 39.4%;
    border:#ffdd40;
    border-radius: 5%;
    border-style: dashed;
    border-width: 10px;
    }
