@import url("a-general.css");

p{
    font-family:  Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    text-align: justify;
}


.container{
    border: 5px solid #ee6314;
    border-radius: 15px;
    margin: 0 auto;
    width: 80%;
    height: auto;
    padding: 2%;
    background: rgba(255, 255, 255, 0.2);
    margin-top: 50px;
    font-weight: 580;
}
h1{
    text-align: center;
}