#home{ .content{ p:last-child{ a:hover{ color: white; background-color: $green; transition: background-color 0.3s ease; } } } }