html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url('nota2.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family:Georgia, 'Times New Roman', Times, serif;
}
.container {
    text-align: center;
    color: white;
}
.content {
    background: rgba(0, 0, 0, 0.75);
    padding: 30px;
    border-radius: 15px;
}
h1 {
    font-weight: 700;
    font-size: 55px;
}
h2 {
    font-weight: 500;
    font-size: 55px;
}
p {
    font-weight: 400;
    font-size:x-large;
}
img{
    height: 25%;
    width: 25%;
}