body{
    margin: 0;

}
.main{
        display: flex;
    justify-content: center;
    align-items: center;
height: 500px;
}
.main img{
    width: 50%;
    height: 400px;
}
.btn{
    padding: 10px;
    background-color: rgb(65, 65, 214);
    color: white;
    margin: 0 10px;
}
.button{
    display: flex;
    justify-content: center;
    align-items: center;
}
