.slide {
top: 0;
color: #fff;
height: 100vh;
width: 100vw;
font-family: sans-serif;
font-size: 42pt;
display: grid;
text-align: center;
align-content: center;
}
#one {
z-index: 1;
background: #ff5722;
}
#two {
z-index: 2;
background: #1b5e20;
}
#three {
z-index: 3;
background: #01579b;
}