
body {
    text-align: center;
    font-family: "Courier New", monospace;
    background-color: rgb(161, 220, 243);
    height:100vh;
    display:flex;
    flex-direction: column;
}

img {
    Width: 350px;
    left:500px;
}

h1{
    font-family: "Lucida Handwriting", monospace;
}

div {
    flex-direction: column;
}