* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: rgb(18, 18, 81);
}

p {
  color: white;
  text-align: center;
}
.ment {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 32px;
}

.ment_a {
  font-size: 20px;
  font-weight: 500;
    margin-bottom: 64px;
}

img{
    display: block;
    margin: 0 auto;
    height: 70px;
}

.box{
    position: relative;
    top: 35vh;
}