body {
    margin: 0;
    background-color: #1E2546;
    display: flex;
}
header{
    height: 100%;
    width: 391px;
    background-color: rgba(255, 255, 255, 0.1);
}
#container {
    background: linear-gradient(-30deg,#076A5B,#4D5B9A);
    height: 674px;
    width: 1187px;
    display: flex;
    flex-wrap: wrap;
    margin: 55px auto 0 auto;
    padding: 0;
    box-shadow: 5px 5px 8px rgba(48, 48, 48, .7);
}
#content{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 796px;
    overflow-y: auto;
}
h1, a, p{
    font-family: sans-serif;
}

h1{
    color: white;
    margin-left: 24px;
    font-size: 48px;
    margin-bottom: 14px;
    font-weight: 500;
}
header p{
    color: white;
    font-size: 13px;
    font-weight: 200;
    margin-left: 24px;
    margin-right: 35px;
    margin-top: 0px;
    margin-bottom: 40px;
}
header a{
    margin-left: 24px;
    text-decoration: none;
    color: #C65C5C;
    font-size: 25px;
}
.tile{
    background-color: #C4C4C4;
    margin-top: 12px;
    margin-left: 12px;
}

img{
    width:300px;
    height: inherit;
}