.intoSignupPage{ font-size: 13px; text-decoration: none; color: white; } .intoSignupPage:hover { text-decoration: none; color: #FEDC00; } .input { margin: 0.5rem 0 0 0; padding: 0.5rem 0 0.5rem 0; color:black; border-radius: 3px; } .fontSize{ font-size: 16px; } .fontSizeTwo{ font-size: 11px; } .butterYellow{ background-color: #FEDC00; } .btnHover:hover{ background-color: black; color: #FEDC00; transition: 1s ease-out; }