.main {
    position: fixed;
    width: 500px;
    height: 250px;
    margin-top: -125px;
    margin-left: -250px;
    text-align: center;
    left: 50%;
    top: 50%;
}

.main img {
    width: 500px;
}