#notification {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    display: flex;
    height: 20%;
    width: 25%;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.6);
    align-items: center;
    font-size: 1.8rem;
    justify-content: center;
    padding: 1%;
    border-radius: 30px;
    visibility: hidden;
}

#notification > div {
    height: 100%;
    width: 100%;
    color: #6668c5;
    justify-content: space-evenly;
    align-items: center;
    display: none;
}

#notification .sub {
    color: #829db7;
    text-decoration: underline;
    font-size: 1.5rem;
}

#notification img {
    min-height: 100%;
    height: 0;
    margin-right: 3%;
}

#ipCopied img {
    height: 80%;
}

#donation {
    padding: 1.5% 1%;
    left: 5%;
    top: 3%;
    background-color: rgba(239, 228, 176, 0.25);
    height: 50%;
    width: 13%;
    position: absolute;
    border-radius: 30px;
}

#status {
    right: 5%;
    top: 7%;
    position: absolute;
    border-radius: 10px;
    width: 30%;
}

#feature {
    color: white;
    display: flex;
    position: absolute;
    bottom: 0;
    height: 35%;
    width: 100%;
    background-color: #1f2b16;
    border-top: 2vh solid #1a2314;
    align-items: center;
    justify-content: space-evenly;
}

#feature > div {
    flex: 0 0 26%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2% 1%;
    background-color: #1a2314;
    border-radius: 20px;
}

#feature img {
    margin-right: 5%;
    height: 100%;
}

#feature > div > div {
    display: flex;
    flex-direction: column;
}

#feature .title {
    font-size: 1.5rem;
}

#feature .sub {
    font-size: 1.2rem;
}

#feature .desc {
    margin-top: 5%;
    font-size: 1rem;
    color: #89a6bf;
}
