* {
    background: rgb(36, 24, 0);
    background: linear-gradient(90deg, rgba(36, 24, 0, 1) 0%, rgba(148, 167, 47, 1) 0%, rgba(255, 175, 0, 1) 100%);
}
body {
    font-family: "Trebuchet MS", sans-serif;
}

.main-title{
    font-size: 48px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    text-decoration: underline;
}
.img-base{
    width: 300px;
    height: 400px;
}

.canvas-container{
    text-align: center;
}

.canvas{
    border: 5px solid red;
    background: white !important;
}

.content-container {
    margin-left: 500px;
    margin-right: 500px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: transparent !important;
}
.title {
    margin-top: 40px;
    text-align: center;
    background: transparent !important;
}
.little-content {
    text-align: justify;
    font-size: 18px;
    font-weight: 200;
    background: transparent !important;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
