@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Great+Vibes&display=swap');

body {
    width: 980px;
    margin: 0 auto;
    font-family: "Arial";
    background-color: gray;
}

table, td, th {
    border: 2px solid black;
    border-collapse: collapse; 
    margin: 0 auto;
}


header {
    text-align: center;
    margin-bottom: 48px;
    padding-top: 15px;
}

aside {
    float: left;
    width: 25%;
    margin-right: 5%;
    box-sizing: border-box;
    border-radius: 15px;
    
}

article {
    float: left;
    width: 70%;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #26E08D;
}

article {
    border: 2px solid gray;
}

aside {
    background-color: #1EF7D3;
    border: 1px solid gray;
    padding: 8px;
}

header {
    font-family: 'Great Vibes', cursive;
    font-size: 75px;
    border-bottom: 5px solid #21ED1C;
    border-top: 5px solid #21ED1C;
}
.nome{
  font-family: 'Dancing Script', cursive;
    font-size: 25px;
  }