* {
    box-sizing: border-box;
    margin: 0%;
    padding: 0%;
}

body {
    background-color: #BFEAF5;  
    font-family: 'Handlee', cursive;
}

h1 {
    text-align: center;
}

.sub {
    text-align: center;
}

.header {
    padding: 50px;
    background-image: url(toystory.jpeg);
    background-repeat:no-repeat;
    background-size:cover;
    color: darkslateblue;
}

.text {
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
}
