body {
backround: white;
color: black
}

.strips {
width: 100vw;
//height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

.nav {
//position: fixed;
width: 100px;
background-color: white;
border: 2px solid black;
padding: 10px;
}