/* You can add global styles to this file, and also import other style files */
body, html {
    height: 100vh;
    overflow: hidden;
    padding: 0;
    margin: 0;
    /* pexels-donald-tong-133953.jpg */
    /* background: url('assets/pexels-donald-tong-133953.jpg') no-repeat center center fixed; */
    background-size: cover;
}
