*{
    box-sizing: border-box;
    border: 0;
    padding: 0;

}
html{
    

}
body{
    background-color: aquamarine;
}