html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #fafafa;
    background: linear-gradient(90deg, rgba(250, 250, 250, 1) 4%, rgba(255, 243, 130, 1) 76%);
}

footer {
    background-color: #343a40;
    color: #f8f9fa;
    padding: 20px 20px;
}

footer a {
    color: #007bff;
}

footer a:hover {
    color: #0056b3;
}


nav a:hover {
    text-decoration: underline;
    color: #007bff;
    transition: color 0.3s;
}
.btn-custom {
    background-color: #007bff;
    color: #fff;
    border: none1;
}
.btn-custom:hover {
    background-color: #0056b3;
    transition: background-color 0.3s;
}

.button {
	appearance: none;
	border: none;
	outline: none;
	background: none;
	cursor: pointer;

	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;

	padding: 1rem 1.5rem;
	border-radius: 0.5rem;
	background-color: rgb(73, 64, 68);
	color: white;
	margin-bottom: 2rem;
}
