@charset "utf-8";

body {
    background-image: url(plano1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "MedievalSharp", cursive;
    margin: 0;
    padding: 0;
    text-align: center;
    color: white;
}

table {
    border: rgb(255, 255, 255);
    background-color: rgb(24, 24, 24);
}

.ttext {
    text-align: justify;
    color: white;
}

.home {
    display: flex;           
    justify-content: center;
    align-items: center;
    width: 90%;              
    max-width: 1240px;       
    margin: 20px auto;       
    padding: 20px;
}

.homei {
    flex: 1;
    text-align: center;
}

.homei img {
    max-width: 300px;
    height: auto;
}

.homet {
    flex: 2;
    text-align: justify;
    padding: 20px;
}

.homet h1 {
    text-align: center;
    margin-top: 15px;
}

.homet h6 {
    text-align: center;
}

.homet p {
    margin-top: 20px;
}

.crtext {
    width: 90%;
    max-width: 1240px;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
}

ul {
  display: inline-block; 
  text-align: left;     
}

a {
color: white;
}