body
{
  font-family: "Open Sans", sans-serif;
  background-color: #1E2222;
  color: #fff;
  align-items: center;
  height: 100vh;
  margin: 0;
}

p
{
 margin: 0;
}

section
{
  min-height: 128px;
  border-style: solid;
  border-width: 1px;
}

.amtz-container
{
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  /*margin-left:25%;*/
}

.amtz-presentation
{
  margin: 16px;
  display: flex;
  height: 50%;
}

.amtz-img, img
{
  /*width: 128px;*/
  height: 236px;
}

.amtz-text
{
  margin-left: 16px;
}

.amtz-links
{
  display: flex;
}

.amtz-rounded-icon
{
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  width:50px;
  height: 50px;
  font-size: 32px;
  border-style: solid;
  border-radius: 100%;
  color: #000;
  background-color: #fff;
  margin: 8px;
}

.amtz-rounded-button
{
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  width:224px;
  height: 50px;
  font-size: 20px;
  border-style: solid;
  border-radius: 16px;
  color: #000;
  background-color: #fff;
  font-weight: 800;
  margin: 8px;
}

.amtz-rounded-button p
{
  margin: 8px;
}