body{
    align-items: center;
	  justify-content: center;
    background-image: url('https://file.garden/alAokXbFDj-Zg4_q/background.png');
    background-size: cover;
    display: flex;
    flex-direction: column;
    font-family: 'Ranade', sans-serif;
    background-attachment: fixed;
}

h1{
    font-family: 'Excon', sans-serif;
    padding: auto;
    margin: auto;
}

header {
    display: flex;
    flex-direction: column;
    width: 800px;
    padding: 10px;
    margin: 0px;
    background-color: #e2cab4;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

main {
    display: flex;
    flex-direction: row;
    width: 800px;
    padding: 15px 0px 15px 0px;
    margin: 0px;
}

.tri {
    display: flex;
    flex-direction: column;
    flex: 30%;
    height: auto;
    padding: 0px;
    align-items: center;
}

img {
  width: 240px;    
  height: auto;      
  display: block;
  border-radius: 10px;
  border: 3px solid white;
}
