/*
Theme Name: Quantum Theme (Research Version)
Theme URI: http://thequantumcomputer.com
Author: The Quantum Computer Company
Author URI: http://thequantumcomputer.com
Description: Minimalist theme for research-based presentation
Version: 1.1
*/
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #111;
    line-height: 1.6;
}
a {
    color: #0055ff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
header, footer {
    background-color: #111;
    color: white;
    text-align: center;
    padding: 20px 10px;
}
nav a {
    margin: 0 15px;
    color: white;
}
.hero {
    text-align: center;
    padding: 100px 20px;
    background-color: #ffffff;
    color: black;
}
.hero img {
    width: 550px;
    height: auto;
    margin-top:1px;
    margin-bottom: 1px; /* Reduzido para aproximar do texto */
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.hero h1 {
    font-size: 1.0em;
    margin-bottom: 0.3em;
}
.hero p {
    font-size: 3.1em;
    margin-top: 5px;
}

.section {
    max-width: 960px;
    margin: 40px auto;
    padding: 0 20px;
}
.section img {
    width: 100px;
    height: auto;
}
.section h2 {
    font-size: 1.6em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.profile-block {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 960px;
  margin: 40px auto;
  padding: 0 20px;
}

.profile-block img {
  width: 150px;
  height: auto;
  border-radius: 4px;
}

.profile-text p {
  font-size: 1em;
  line-height: 1.6;
  margin: 0;
}
