* {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: aliceblue;
}

body {
    margin: 0;
    padding: 0;
    background-image: url(../img/MicrosoftTeams-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
    max-width: 100%;
}

#umzero {
    font-size: 30px;
    font-family: 'Courier New', Courier, monospace;
    background-color: #0F468C;
    border-radius: 5%;
    padding: 100px;
    box-shadow: 500px;    
}

#img {
    width: 400px;
    height: 400px;
    border-radius: 10px;
    float: right;
    margin-right: 10%;
}

.container {
    margin-left: 5%;
    border: 100px solid transparent;
}

.icon {
    width: 100px;
    height: 100px;
}

.container-2 {
    font-size: 18px;
    margin-top: 40px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 40px;
    display: flex;
}

.container-2 div {
    text-align: center;
    flex: 1;
}

.imagem {
    width: 200px;
    height: 200px;
    border-radius: 1000px;
}
#titulo {
    text-align: center;
    font-size: 30px;
    font-style: oblique;
    background-color: #0F468C;
}

#Camila {
    background-color: #0F468C;
    border-top: 7px solid #2c6d65;
    border-radius: 20px;
}

#Gabriel {
    background-color: #3D5A73;
    border-top: 7px solid #0F468C;
    border-radius: 20px;
}

#Thiago {
    background-color: #0F468C;
    border-top: 7px solid #b95c8b;
    border-radius: 20px;
    text-decoration: none;

}
.rodape{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: medium;
    border-style: solid;
    border-width: 1px;
    border-color: #0F468C;
    padding: 1px 1px 1px 1px;
    background-color: #0F468C;
    color: #F1F6F9;
}