*{
    margin:0;
    padding:0;
}
body{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
h1,h2{
    text-align: center;
}
.container{
    max-width: 100%;
}
img{
    width: 180px;
    height: 180px;
    border-radius: 150px;
    left: auto;
}
button{
    width: 100%;
}