body
{
    background-color: #ffe5b4;
}

.banner
{
  color: #ff69b4;
  background-color: #ffccdd;
  border: 10px solid #ff69b4;
  border-radius: 1rem;
  width: 1320px;
  height: 150px;
  position: absolute;
  left: 220px;
  margin: 10px;
}

.menu
{
width: 1000px;
height: 500px;
background-color: #ffccdd;
border: 10px solid #ff69b4;
border-radius: 1rem;
position:absolute;
left: 220px;
bottom: 30px;
margin: 10px;
}

.navi
{
width: 160px;
height: 500px;
background-color: #ffccdd;
border: 10px solid #ff69b4;
border-radius: 1rem;
position: absolute;
bottom: 30px;
margin: 10px;
}