html {
    background-color: rgb(255, 246, 213)
}

body {
    font-family: 'Proxima Nova', Helvetica, sans-serif;
}

img {
    box-sizing: border-box;
    border: 2px solid black;
    height: 225px;
    width: 250px;
    font-size: 0;
    line-height: 0;
}

.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.title {
    text-align: center;
    font-size: 40px;
    text-decoration: underline;
}

.text {
    color: rgba(0, 0, 0, 0.925);
    text-align: center;
    font-size: 20px;
}

a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin: 15px auto;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.925);
}

a:hover {
    color: rgba(0, 0, 0, 0.5);
}
