/*
Theme Name: Twenty Twenty-Three
Theme URI: https://wordpress.org/themes/twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentythree
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/

table {
  border-collapse: collapse;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  top: 25px;
}

th {
  border: 1px solid #f0f0f0 !important;
}

th {
  background-color: #9b9797;
  font-size: 40px;
  padding: 15px;
  color: #ffffff;
  text-align: left;
  font-family: "myriad-pro-light";
  border: 1px solid #f0f0f0 !important;
}

td {
  font-size: 19px;
  font-weight: 600;
  padding: 15px;
  font-family: "myriad-pro-light";
  border: 1px solid #6565 !important;
}

p{
  font-size: 15px;
  font-weight: 100;
  width: 65%;
  font-family: math;
}

ul{
  list-style-type: none;
  padding: 0;
  margin-left: 50px;
  margin-top: 10px;
}

li{
  margin: 2px;
  border: 1px #f5f5f5 solid;
  width: 250px;
  background-color: #9B9797;
  font-family: "myriad-pro-light";
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  float: left;
}

a{
  text-decoration: none;
  color: #ffffff;
}

.margem-baixo {
  margin-bottom: 100px;
}