@import url('https://fonts.googleapis.com/css2?family=Krona+One&family=Montserrat:wght@400;600&display=swap');


:root {--blue:#2f3092;
    --yellow: #ffb300 
}


*{
    margin: 0;
    padding: 0;
}

body {

    box-sizing: border-box;
    background-color: #000000;
    color: #ffffff;
}
.botao{
    background-color: #555fa8;
}
.cabecalho {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 400;
}
.cabecalho__menu {
    display: flex;
    gap: 50px;
}
.cabecalho__menu__link{
    color: #000000;
    text-decoration: none;

}
.cabecalho__menu__link:hover {
    font-size: 26px;
    align-items:center;
    color: #9597bb;
    font-weight: 400;
    text-decoration: none;
}
.apresentacao__links__link{
 margin: 5px  50px;
 font-weight: 400;
 text-decoration: none;
}

.rodape {
    padding: 24px;
    color: #000000;
    background-color: #2f3092;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 400;
}
    .bts {
      background-color: #0faeee;
      color: white;
      padding: 12px 20px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      margin-top: 20px;
      width: 100%;
      font-size: 1rem;
      transition: 0.3s;
    }

    .bts:hover {
      background-color: #0faeee;
    }
    .bts {
    background-color: #2f3092;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 20px;
    width: 100%;
}
