html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: bisque;
}

.bloc{
    position: absolute;
    height: 150px;
    width: 150px;
    background-color: darkturquoise;
    top: 10%;
    left: 30%;
}