.greet {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 45px;
}

body {
    background-color: rgb(0, 0, 0);
    color: rgb(253, 253, 253);
}

.code {
    color: transparent;
    transition: color 0,3s ease;
}

.code:hover {
    color: rgb(194, 177, 50);
}

.mess {
    text-align: center;
    position: relative;
    top: 40px;
}

.secs {
    position: relative;
    top: 80px;
    color: rgb(255, 255, 255);
    display: flex;
    gap: 20px;
    font-size: 40px;
    background-color: rgb(27, 143, 52);
}

.intro {
    font-size: large;
    color: rgb(255, 255, 255);
}

.int {
    position: relative;
    border-color: rgb(15, 234, 18);
    background-color: rgb(0, 0, 0);
    color: white;
    left: 20px;
}

.more {
    text-align: center;
    position: relative;
    top: 180px;
}

