body{
    font-family:'Cambria', Cochin, Georgia, Times, Times New Roman, serif;
    color: rgb(0, 0, 0);
    background-image:url('../img/tamabg.png');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    height: 100vh;
}   

.main {
    margin: auto;
    width: 30%;
    padding: 120px 0px 0px 0px;
    font-size: 18px;
}


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

#tama1 {
  width: 250px;
  margin: 5px;
}

#tama2 {
  width: 250px;
  margin: 5px;
}

h2 {
    font-size: 20px;
    position: fixed;
    bottom: 4%;
    right: 8%;
}
