body{
    background-color:  rgb(1, 44, 44);
}

.shweClass{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
   
}

img{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.shweResult{
    color: white;
    border: 1px solid gray;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px;
    color: greenyellow;
}

.movieColor{
    color: red;
    width: 100%;
    border: 1px solid gold;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px;
  }
  
  .shweClass3{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    margin-top: 10px;
    width: 100%;
}

a{
    text-decoration: none;
}