body, html {
    height: 100%;
    margin: 0;
}

body {
    background-image: url('./moon.webp');
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8); 
}

.overlay img[alt="Overlay Image"] {
    width: 100%; 
    height: auto;
}

.responsive {
    width: 100%;
    height: auto;
}

.name {
    margin-bottom: 30px;
    width: 250px;
}

.social {
    width: 100%;
    max-width: 350px;
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
