
* {
    box-sizing: border-box;
    font-family: 'Michroma', sans-serif;
}

body {
    background-color: #171721;
    }

header {
    align-items: center;
    justify-content: space-between;
    display: flex;
    font-weight: 400;
    margin: 48px 130px;
}

/*criação dos retangulos do background*/

.rectangle1 {
    position: absolute;
    width: 200px;
    height: 160px;
    border-radius: 1px;
    background: #2FB7C9;
    filter: blur(22px);
    z-index: -1px;
    left: -130px;
    top: 130px;
}

.rectangle2 {
    position: absolute;
    width: 200px;
    height: 160px;
    border-radius: 1px;
    background: #2FB7C9;
    filter: blur(22px);
    z-index: -1px;
    left: 50px;
    bottom: -100px;
}

.rectangle3 {
    position: absolute;
    width: 200px;
    height: 160px;
    border-radius: 1px;
    background: #2FB7C9;
    filter: blur(22px);
    z-index: -1px;
    right: -130px;
    top: 300px;
}

.title {
    color: white;
    font-size: 30px;
    text-decoration: none;
    padding: 39px;
}

.navigation{
    color: #2FB7C9;
    text-decoration: none;
    padding: 32px;
    letter-spacing: 2px;
}

#inicio {
    display: flex;
    align-items: center;
    
    justify-content: space-between;
    
}

#inicio img {
    margin-top: -60px;
    margin-right: 100px;
}

.principal{
    margin: 0px 168px;
}

.paragrafo {
    color: white;
    font-size: 30px;
    letter-spacing: 2px;
}

.button {
    color: #171721;
    text-decoration: none;
    border-radius: 9px;
    padding: 12px;
    max-width: 230px;
    background: #2FB7C9;
    box-shadow: 0px 4px 16.6px 0px #207985;
}

/*Estilo dos retangulos*/