/*
	CSS written by PSLWeb.co.uk for Bobbin Up (bobbinup.uk)
	Copyright 2025 PSLWeb.co.uk - All Rights Reserved.
*/
/* Global Reset
   ------------ */
* {
	margin: 0;
	padding: 0;
}

body {
    background-image: url(../images/pexels-nietjuhart-796606.jpg);
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.container {
    display: flex;
    xalign-items: center;
    justify-content: center;
}
.box {
    padding: 35px;
    text-align: center;
    color: #1b63a9;
}
h1 {
    font-family: "Comic Relief", system-ui;
    font-weight: 400;
    font-size: 4rem;
    margin-bottom: 1rem;
}
p {
    font-family: "Comic Relief", system-ui;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
}
.credits {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    background-color: rgba(21, 45, 73, 0.4);
    border-top-left-radius: 15px;
}
.credits p {
    font-size: 1rem;
    padding: 10px 15px;
    color: #FFF;
}
.credits a {
    color: #FFF;
    text-decoration: none;
}