body{
    background-color: rgb(33, 33, 33);
}

p{
    color: white;
    font-size: 30px;
}

input{
    border-radius: 30px;
}

button{
    border-radius: 30px;
}

img{
    width: 200px;
    height: 100px;
}