body{
    background-color: white;
   display: flex;
   justify-content: center;
   display: auto;
   margin: 0;
   padding: 0;
    
}
.border{
    color: black;
}
h1{
    color: blue;
}
.img{
    background-color: orange;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    margin: auto;
    color:#000000 !important;
    background-color: yellow !important;
    height: 100vh;
}