body {
    background-color: #A7A376;
}

.welcome_text {
    color: balck;
    font-size: 20px;
    text-align: center;
}

h1 {
    color: black;
    text-align: center;
    margin-top: 2%;
}
p {
    color: black;
    line-height: 1.6;
    margin-top: 20px;
    text-align: center;
}

.contact {
    margin-top: 20px;
    font-weight: bold;
}

img.logo_middle {
    max-width: 400px;
}

ul {
    color: black;
    line-height: 1.6;
    margin-top: 20px;
}   

li {
    color: black;
}   

a {
    color: black;
}

a:hover {   
    color: black;
}