

    body{

      margin: 0;
      padding: 0;
      font-family: 'Poppins', sans-serif;

    }

.logo{

    max-width: 100px;

}

main {
  background: linear-gradient(112.5deg, rgb(95, 10, 135) 11.4%, rgb(164, 80, 139) 60.2%);
  height: 100vh;
  display: flex;
}

main .text-box{
  flex: 1 1 40%;
  padding: 22px;
  padding-right: 40px;
}

.text-box p{
  color: #fff;
  padding-bottom: 32px;
  max-width: 360px;
}



main .esemeny{
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}

  h2{
    font-size: 52px;
    line-height: 1;
    color: #fff;
    margin-bottom: 2px;
    line-height: 1;
  }

  .panel{
    display: flex;
    align-items: center;
    background: #FFFFFF;
box-shadow: 84px 34px 36px rgba(0, 0, 0, 0.01), 47px 19px 30px rgba(0, 0, 0, 0.05), 21px 9px 23px rgba(0, 0, 0, 0.09), 5px 2px 12px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
border-radius: 12px;
padding: 3px 9px;
width: 520px;
position: relative;
left: -12px;
height: 150px;
}

  .naptar{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    top: -10px;
  }

  .datum{
    background: rgba(199, 159, 102, 0.15);
    color: black;
    width: 120px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .pin{
    position: relative;
    top: 20px;
  }
.idopont{
  background: #C79F66;
border-radius: 0px 0px 12px 12px;
height: 25px;
width: 120px;
color: #fff;
}
  .cim{
    font-size: 31px;
    line-height: 1.1;
    padding-left: 26px;
    color: #310347;
  }


