body {
    background-color: #000;
    margin: 0;
    background: #000;
    opacity: 0;
    animation: fadeIn 2s ease 0.1s forwards;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

#aovee {
    display:flex;
    flex-direction: column;
    align-items: center;
    font-family: "Kanit", sans-serif;
    text-align: center;
}

.aovee-logo img {
    width:100%;
}

.aovee-mail {
    color: #fff;
}

.aovee-mail p {
    padding:3px;
}

.aovee-mail a {
    color: #99d3ff;
}

.aovee-social {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.aovee-social-con {
    margin:10px 0px 0px 0px;
    padding:0px 5px 0px 5px;
}

.aovee-social img {
    width: 32px;
    border: 1px solid #fff;
    border-radius: 100%;
}