/*
Theme Name: Twenty Twenty-One
Theme URI: https://serendipitycreative.com
Description: Twenty Twenty-One Child theme
Author: Serendipity Creative
Author URI: https://serendipitycreative.com
Template: twentytwentyone
Version: 1.0.0
Requires at least: 5.3
Tested up to: 6.7
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone-child
*/

/* Add custom styles below. Parent styles load via functions.php. */


a {
	color: white;
    transition: all ease-in-out 200ms;
	text-decoration: none;
}

a:hover {
	color: #5d88dd;
}