body {
  background-image: url('wallpaper.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.container {
    width:5%;
    background-color: rgb(250, 250, 250);
    padding: 20px;  
    margin: 0px auto;
    text-align:center;
    border: 10px solid #4573c2;
    border-radius: 10px;
    text-align: left;
}

h1{
    color:rgb(83, 95, 184);
    text-align: center;
}
img {
  width: 50%;
  border-radius: 10%;
}

h6{
  text-align: left;
}














