* { 
    padding:0; 
    margin:0; 
} 
    
html { 
    background-color: #1E2735; 
} 

#wrapper { 
    background-color: white; 
    position: absolute; 
    top: 10px; 
    bottom: 10px; 
    left: 10px; 
    right: 10px; 
    overflow-y:scroll;
    text-align: center;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
} 

.linkbox {
    box-sizing: border-box;
    background-color: #F44336;
    color: white;
    height: 200px;
    width: 200px;
    text-align: center;
    padding: 1em;
    text-decoration : none;
}

#image {
    width: 40%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#text {
    width: 40%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
}

h1 {
    color: #F44336;
}

a {
    display: inline;
}

a.social-networks {
    color: white;
    text-decoration: none;
}

a.main-text {
    color: black;
}

img {
    margin: 1em;
    max-height: 400px;
}

p {
    padding: 1em; 
}