html {
    height: 100%
}

body {
    min-height: 100%
}

body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: rgb(0, 98, 71);
}

.container {
    text-align: center;
    padding: 20px;
}

.image-placeholder img {
    width: 33%;
    height: auto;
}

.server {
    color: #4CAF50;
}

h1 {
    color: #4CAF50;
    margin: 20px 0;
}

p {
    color: white;
    font-size: 18px;
}

button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

button:hover {
    background-color: #45a049;
}
