* {
    margin: 0;
    padding: 0;
}
html,
body {
    height: 100%;
    width: 100%;
}
body{
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/background.jpg") center center no-repeat;
    background-size: cover;
}