.card {
background: #000;
color: white;
width: 560px;
margin: 0 auto;
padding: 45px;
}
h1, p {
margin-top: 0;
}
h1 {
font-size: 24px;
}
p {
font-size: 18px;
}
a {
color: #FFE600;
}
.button {
display: inline-block;
background: #FFE600;
color: black;
padding: 15px 30px;
text-align: center;
text-decoration: none;
margin-bottom: 50px;
}
.button:hover {
background: orange;
}
.accent-color {
color: #FFE600;
}
.links {
margin-top: 0;
margin-bottom: 0;
}
#test {
color: fuchsia;
}
p {
color: pink;
}
.test {
color: lightblue;
}