body {
    background-color:rgb(156, 187, 199)
}

h1 {
    color: black;
    text-shadow: 2px 3px 0px white, -2px 3px 0px white;
}

h2 {
    color: black;
    text-shadow: 2px 3px 0px white, -2px 3px 0px white;
}

#content {
    margin-left: 100px;
}

#screenshots {
    display: flex;
    flex-direction: row;
}

.fancyLog {
    border: double;
    width: 600px;
    margin-top: 10px;
    background-color: rgb(161, 225, 251)
}

.ssImg {
    width: 400px;
    height: auto;
    margin-left: 10px;
}