body {
    margin: 0;
    padding: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: url('d-bground.png') repeat;
    background-color: #2a2a2a;
    background-size: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}

.container {
    text-align: left;
    position: relative;
    width: 80%;
    max-width: 800px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 5px;
}

.logo-icon {
    width: 280px;
    height:80px;
    background: url('logo.png') no-repeat center center;
    background-size: contain;
}

.logo-text {
    display: none;
}

.details {
    margin-top: 5px;
    font-size: 1rem;
    line-height: 20px;
}

.a {color: #00c2ff; text-decoration: none;}
.a:hover { color: #ffffff; } 
