
body{

    background: white;
    min-width: 100%;
    min-height: 100vh;

    transition: background 1s;
}

body:hover{

    background: black;
}

