*{
    text-align: center;
}

h1{
    font-size: 40px;
    color: red;
}

.anchors{
    display: flex;
    align-items: center;
    background-color: yellow;
}
.anchors a{
    color: black;
    font-weight: bold;
}
