html,
body {
    background-color: rgb(39, 63, 102)
}

.box {
    display: flex;
    align-items: center;
    color: rgb(255, 147, 59);
}

img {
    width: 20rem;
    height: auto;
    margin-right: 2rem;
}

p {
    color:white;
}

a {
    color: white;
}

a:hover {
    color: white;
}