body, html{
    margin: 0;
}
body {
    position:relative;
    text-align: center;
    width: 300px;
    height: 600px;
    cursor: pointer;
    background: #FFFFFF;
    overflow: hidden;
    box-sizing: border-box;
}