.wrap h1 {
    display: flex;
    align-items: center;
    gap: 10px;
}
.button:hover {
    opacity: 0.9;
}
