/* CSS */
img {
  max-width: 100%;
}

body{
  background-color: #181E2E 
}

.MainContainer {
  margin: auto;
  justify-content: center;
  width: 310px;
  height: 400px;
}

.header {
  height: 100px;
  width: auto;
}

.btnContain {
  margin: auto;
  justify-content: center;
}

.flex1 {
  display: flex;
  gap: 50px;
  flex-direction: column;
}

.flex2 {
  display: flex;
  gap: 50px;
  flex-direction: row;
}

.imgContain {
  background-color: #29334d;
  height: 250px;
  width: 310px;
  border-radius: 4px;
}

.btn {
  background-color: transparent;
  border: 2px solid white;
  border-radius: 4px;
  color: white;
  font-size: 32px;
  height: 60px;
  width: 120px;
}
