
body{
    background-image: url(1111.jpg);
    background-size: contain;
}

.box { 
    margin: auto;
    width: 450px;
    padding: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    color: white;
    font-family: 'Century-Gothic', sans-serif;
}

.img-pic {
    border-radius: 50%;
    width: 300px;
    height: 300px;
}

.box h1{
    font-size:40px;
    letter-spacing: 3px;
    font-weight: 1000;
    color:white;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
}

.box h3 {
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 100;
    font-style: italic;
    color: white;
}

.box p{
    font-size:medium;
    font-family: 'Courier New', Courier, monospace;
    text-align: justify;    
    color: white;
}