
      body {
        background: linear-gradient(to right, #93bdff,#ff9393 );
        color: #333;
        margin: 0;
        padding: 0;
    }
        header {
        font-family: Arial, sans-serif;
        text-align: center;
        padding: 50px 20px 20px 20px;
        background-color: #00abc18a;
        color: white;
        position: relative;
    }
        header img {
        position: relative;
        width: 125px;
        height: 125px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 20px;
        border: 3px solid white;
    }
    .link a{
text-decoration: none;
    }
    p {
  font-family: 'Arial', sans-serif; /* Oxunaqlı font */
  font-size: 16px;                 /* Mətnin ölçüsü */
  line-height: 1.6;                /* Sətir aralığı */
  color: #333333;                /* Yuxarı və aşağı boşluq */
}