body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #d6d6d6;
}
.content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content * {
    align-self: center;
}
#myIp {
    font-weight: bolder;
}
code {
    font-weight: 700;
    font-size: 2rem;
    color: #6ca013;
}
img {
    max-width: 50%;
}