body{
    display:flex;
    justify-content: flex-end;
}

h2
{
    margin: 10px;
}

input[type="text"]
{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

img {
	position: absolute;
	top: 50px;
	left: 10px;
}
