@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

a {
    text-decoration: none;
    color: #0E1319;
    font-size: large;
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    background-color: #0E1319;
}

header img {
    height: 100px;
}

.container {
    margin-top: 100px;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

button {
    font-size: large;
    width: 150px;
    height: 50px;
    margin: 50px;
    border-radius: 100px;
    color: #002333;
    background-color: #B4BEC9;
    box-shadow: 2px 2px 2px 2px rgba(49, 48, 48, 0.97);
}

button:hover {
    cursor: pointer;
    border-radius: 35px;
    box-shadow: 0 0 30px 0 #159A9C;
    transform: scale(1.1);
}

button#submit {
    margin: 10px;
    width: 100px;
    height: 70px;
}

button#exemplo {
    margin: 10px;
    width: 200px;
    height: 70px;
}

.caixaBotões {
    display: flex;
    justify-content: center;
    align-items: center;
}

.caixaBotões button {
    font-size: medium;
    width: 150px;
    height: 150px;
    margin: 20px;
    border-radius: 50%;
}

#raio {
    background-color: #06518eb4;
}

#raio:hover {
    background-color: #06518e88;
}

h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

p {
    margin-left: 25%;
    margin-right: 25%;
    line-height: 1.6;
    text-align: justify;
}

footer {
    background-color: #0E1319;
    color: white;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}

footer .footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

footer .icones a {
    color: white;
    margin: 0 10px;
    font-size: 24px;
    text-decoration: none;
}

footer .footerbottom {
    margin-top: 10px;
}

footer .footerbottom p {
    margin: 0;
}

footer .footerbottom .design {
    font-weight: bold;
    color: #159A9C;
}
