.container {
        display: flex;
      	align-items: center;
	justify-content: center
	}
      img {
        max-width: 100%
      }
      .image {
        flex-basis: 20%
      }
      .text {
        font-size: 20px;
        padding-left: 10px;
      }
	
.body {
	background-color: #f3d3c7;
      }

.boxing {
	display: flex;
      	align-items: center;
	justify-content: center
      	}

.box {
	box-sizing: border-box;
	list-style: none;
	width: 700px;
	padding: 0.5em;
	margin: 0.4em 0;
}
	
.header {
     margin-bottom: 2cm;
  	}
.buttons {
	   display:flex;
	   align-items: center;
	   justify-content:center;
	   position: relative;
	   bottom:0;
         }
.home 	{
        padding-left: 5px;
	}
pre {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0px;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: #eeeeee;
    border: 1px solid #aaaaaa;
    padding: 4px;
    color: #333333;
}

