body {
    background-color: #008080;
    color: #000;
    font-family: 'Courier New', Courier, monospace;
    margin: 0;
    padding: 20px;
}

.window {
    background-color: #C0C0C0;
    border: 2px solid #000;
    width: 400px;
    margin: 0 auto;
    box-shadow: 4px 4px 0 #000;
}

.title-bar {
    background: #000080;
    color: #fff;
    padding: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-bar-text {
    font-weight: bold;
    display: flex;
    align-items: center;
}

.title-bar-text .logo {
    height: 16px;
    width: 16px;
    margin-right: 4px;
}

.title-bar-controls button {
    width: 16px;
    height: 16px;
    background: #C0C0C0;
    border: 1px solid #000;
    margin-left: 2px;
    padding: 0;
}

.title-bar-controls button:active {
    background: #808080;
}

.window-body {
    padding: 10px;
}

h1 {
    font-size: 18px;
    border-bottom: 2px solid #000;
}

ul {
    list-style: none;
    padding-left: 0;
}

ul li {
    /*background: url('https://i.imgur.com/TV8aXR1.png') no-repeat left center;*/
    padding-left: 20px;
    margin-bottom: 5px;
}

a {
    color: #0000EE;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

address {
    font-style: normal;
    line-height: 1.5;
}
.contact-icon {
    vertical-align: middle;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}
.powrot{
    padding: 10px;
}
