body {
 background-image:url(https://i.pinimg.com/736x/04/c5/d3/04c5d3f0c0aee73c7b8a50484bad183c.jpg);
 background-size: auto;
  background-repeat: repeat; 
  background-position: center; 
  background-attachment: fixed;
  font-family: 'Tinos';
  overflow: hidden; 
}

  @font-face {
  font-family: 'Tinos'; 
  src: url("https://file.garden/alva0UrAG3xVHoD3/tinos-v26-latin-700.woff2") format("woff2");
	font-style: normal; 
	font-weight: 700; 
}

.container {
        margin: auto;
        margin-bottom: 50px;
        background-color: transparent;
		display: flex;
		justify-content: space-between; 
        width: 676px;
        height:464px;
        padding: 60px;
        padding-top:none;
}

.main {
  background-color: #f8f8ff;
  border: #000000  solid  3px;
  width: 600px;
  height: 348px;
  padding: 32px;
  color: #000000;
} 

.img_index {
	float: left;
	width: 50%;
	margin-right: 78px;
	margin-top: 47px; 
}

