body{

  background-image: url(main.png);
  background-size: cover;
  font-family: monospace
  
}

h1{
  color: white
}

button{
  background-color: black;
  color: white;
 border:none
  
}

.mk{
background-color: black;
padding: 8px;
margin: 8px;
border: solid red;
border-radius: 30px
}

i{
  color: white;
  position: center;
  
}

.flex{
  display: flex
}

.row{
 flex-direction: column
}