* {
    padding: 0;
    margin: 0;
    color: rgb(214, 214, 214);
    /* text-shadow: 0 0 1px rgba(255, 255, 255), -0.002px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px; */
    font-weight: 400;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #2d7373;
    font-size: 14px;
}

a {
    text-decoration: none;
}

p {
    color: #333;
}

img.icon {
    width: 40px;
    height: 40px;
}

#wrapper #links {
    text-align: center;
    margin: 0 auto;
    width: 400px;
}

#wrapper #links {
    margin-bottom: 10px;
}

#wrapper #links .item {
    display: inline-block;
    margin: 3px;
    padding: 4px;
    width: 60px;
}

.window {
    box-shadow: 5px 3px 3px rgb(100, 100, 100);
    border-radius: 1px;
}

.window .title-block {
    padding: 5px;
    background: linear-gradient(90deg, navy, #1084d0);
}

.window .text-block {
    padding: 10px;
    background-color: #c0c0c0;
}

#wrapper #window-about {
    width: 450px;
    margin: 0 auto;
}

#footer {
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    left: 0;
}