.nav-item {
    padding-left: 20px;
    text-rendering: auto;
}

body {
    background-size: cover;
}

.overlay {
    width: 50%;
    min-width: 40%;
    margin: 5% auto;
    display: block;
    padding: 2%;
    height: auto;
    background: radial-gradient(circle,hsl(224, 100%, 12%) 0%, hsl(195, 69%, 13%) 35%, hsl(186, 23%, 43%) 100%);
    border-radius: 50px;
    font-family: Arial, Helvetica, sans-serif;
    overflow: scroll;
}

h1 {
    align-items: center;
    padding: 30px;
    color: hsl(0, 0%, 100%);
}

.contact-text {
    text-align: center;
    color: hsl(0, 0%, 100%);
}

small {
    font-style: italic;
    text-align: justify;
}

button a:active {
    top: 2px
}

footer {
    text-rendering: auto;
}

