*{
    box-sizing: border-box;
    /*margin:0;*/
    /*padding:0;*/
}

body{
    min-height: 100vh;
}
section{

}

img,
picture,
svg,
video{
    display:block;
    max-width: 100%;
}