body {
    font-family: 'Ubuntu';
    text-align: center;
}

#logo {
    margin-top: 140px;
    width: 150px;
}

#details {
    margin-top: 60px;
}

#details p {
    margin-top: 0px;
    margin-bottom: 5px;
}

#refer-personal {
    margin-top: 30px;
}

a {
    color: #005CE6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.feather {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
  }