body {
    background-image: url('/about-me/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #333;
    font-family: Arial, sans-serif;
    color: #fff;
    margin: 0;
    padding: 5%;
    display: flex;
    justify-content: center;
    align-items: center;

}

#content {
    box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.5);

    background-color: rgba(0, 0, 0, 0.3);

    width: 80vw;
    height: 80dvh;
    border: solid 1px;
    border-radius: 50px;
    border-color: #fff;
    padding: 20px;
}