body {
    margin: 0;
    font-family: Raleway;
    word-spacing: 2px;
    background-color: #E8F0EA;
    color: black;
    background-image: url('');
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}



a, a:visited {
    color: #499656;
    font-weight:700;
    text-decoration:none;
}

a:hover {
    color: #000;
    text-decoration:underline;
}


.centered-wrapper {
    position: relative;
    text-align: center;
}

.centered-content {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 200px;
}

.window {  
    position: relative;
    top:100px;
    text-align: left;
    width: 350px;
    background-color: #fff;
    border: 2px solid #000;
    box-shadow: 7px 7px 0 #000;
    z-index: 10;
    display: flex;
    flex-direction: column;
    
}

.window-content {
    padding: 24px;
    font-size: 14px; 
}

.title {
    background: linear-gradient(to right, #000, #499656);
    color: #fff;
    border: 0;
    padding: 4px 4px 4px 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: inconsolata;
    letter-spacing:1.5px;
	text-transform:uppercase;
    height:30px;
}
        
.footer {
    background: #fff;
    color: #ccc;
    padding: 4px 4px 4px 10px;
    border-top: 1px solid #ccc;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    height:30px;

}

.title-buttons {
    color: #fff;
    display: flex;
    gap: 2px;

}

.title button {
    background: #000;
    color: #499656;
    border: 0px solid #ccc;
    width: 20px;
    height: 20px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
 }


.icon {
    position: absolute;
    text-align: center;
    color: floralwhite;
    width: 60px;
    cursor: pointer;
    image-rendering: pixelated;
}

.icon img {
    width: 40px;
    height: 40px;
    image-rendering: pixelated;

}

 
.social {
    display: inline-block;

}

.social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #E8F0EA;
    text-align: center;
    font-size:14px;
    padding-top: 14px;
    padding-bottom: 10px;
    color: #000000;
}

.social a span {
    display: inline-block;

}

.social a:hover {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #499656;
    text-align: center;
    font-size:14px;
    padding-top: 14px;
    padding-bottom: 10px;
    color: #fff;
}

a.buttonlink, a.buttonlink:visited {	
    font-size:14px;	
	background-color: #fff;
	border: 0px solid #000;
    color:#499656;	
    font-family: inconsolata;	
    font-weight:700;	
    padding: 0px;	
    line-height:24px;
    letter-spacing:1.5px;
	text-transform:uppercase;
	text-align: center;
}

a.buttonlink:hover {	
    font-size:14px;	
	background-color: #fff;
	border: 0px solid #000;
    color:#000;	
    font-family:inconsolata;	
    font-weight:700;
    padding: 0px;	
    line-height:24px;
	text-transform:uppercase;
    text-decoration:none;
	text-align: center;
}