/* 2018, segfault.mk */
body {
    background-color: WhiteSmoke;
    font-family: "VT323";
}
h1 {
    color: #3E556C;
}
p {
    color: green;
}
h1.ext{
    margin: 15px;
}
p.ext{
    margin: 15px;
    display: inline-block;
}
a:link {
    color: #3e556c;
    text-decoration: none;

}
a:visited {
    color: #3e556c;
    text-decoration: none;

}
a:hover {
    color: #89bcef;
    text-decoration: none;

}
a:active {
    color: #3e556c;
    text-decoration: none;
}
div.issue {
    margin: 5px;
    float: left;
    width: 180px;
    text-align:center
}
div.issue img {
    border: 2px solid #3E556C;
    border-radius: 4px;
    padding: 5px;
    width: 150px;
    height: 200px;
}
div.issue img:hover{
    box-shadow: 0 0 10px 5px rgba(142, 199, 218, 0.5);
}
div.desc {
    padding: 15px;
    text-align: center;
    color: green;
    font-weight: bold;
}