:root {
    background-color:#4e1a3d;
    font-family: 'Roboto', 'Open Sans';
    font-weight: 600;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    max-width: 100%;
    max-height: 100%;
    width: 450px;
    height: 450px;
    flex-wrap: wrap;
   
  }
  .rojla {
      text-align: center;
      margin-top: 20px;
      font-size: 20px;
      color: white;
  }
  a {
      color:#249C14;
  }
  
