body {
    margin: 0px;
}


div.container {
    width: 100%;
    height: 100%;
    background: #22203C;
    border: none;
}

div.container div.content {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}


div.content img {
    height: 250px;
    width: 250px;
    border: 1px solid white;
    border-radius: 50%;

}