body {    
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background-image: url("Educationbackground.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #000000;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px;
}

h1 {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1px;
}

h2 {
    colour: #FFFFFF;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1px
}

p {
    color: #ffffff;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.5px;
}
