@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* Class for the back message that appears on April Fools archive pages */

	.goback {
		position: sticky;
        inset: 0;
		width: 100%;
        margin: 0;
        padding: 10px 0;
        color: white;
		background-color: #3eb013;
        box-shadow: 0 0 10px black;
        font-family: Outfit, sans-serif;
        font-size: 18px;
        text-align: center;
        z-index: 10;
	}

    .goback p {
        margin: 0 20px;
    }

    .goback a {
        text-decoration: underline;
        color: white;
    }