*{
    margin: 0%;
    padding: 0%;
}

body{
    background-color: rgb(209, 173, 116);
    background-image: url('GBG.1.jpg');
    background-size: cover;
    display: flex;
    justify-content: center;  
}

div{
    color: black;
    background-color: rgb(149, 106, 157);
    font-size: 4rem;
    margin-top: 250px;
    border: 0.3rem solid white;
}

