*{
    margin: 0;
    padding: 0;
    font-family: Calibri, sans-serif;
}

body{
    height: 100vh;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    background-color: #faebd7;
}

h1{
    color: #a52a2a;
    font-weight: bolder;
}

p{
    color: #313131;
    font-style: italic;
}

img{
    height: 30%;
    object-fit: cover;
}