* {
    /* espaçamento */
    padding: 0;
    /* margem */
    margin: 0;
    /* caixa */
    box-sizing: border-box;
    /* fonte */
    font-family: "Times New Roman", Times, serif;
}

body {
    /* tamanho dos bgl */
    width: 100%;
    height: 100%;
}

header {
    width: 100%;
    height: 70px;
    background-color: #5c2673;
    box-shadow: 0px 5px 20px rgb(44, 43, 43);
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.menu li a {
    color: #000000;
    display: block;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    margin-left: 20px;
    border-radius: 10px;
    font-size: 22px;
}

.menu li a:hover {
    color: #fbfbfb;
    display: block;
    text-decoration: none;
    margin-left: 20px;
    background-color: #333;
}

.logo {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #481e59;
}
.logo img{
    width: 55px;
}
h1,
p {
    color: #000000;
    text-align: center;
    margin-top: 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;

}

.container .item {
    flex: 1 1 350px;
    margin: 10px;
}

.container,
.item img {
    width: 100%;
    border-radius: 10px;

}

header {
    background-color: #b4aff9;
}

body {
    background-color: #badeff;
}

.login {
    display: flex;
    justify-content: center;
    text-align: center;
}

.login input{
    flex-direction: column;
    display: flex;
    justify-content: center;

}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.cadastro {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 185px;
    top: 185px;
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    width: 70%;
    height: 420px;
    background: #ccc8fe;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.36);
    border-radius: 50px;
    padding-top: 100px;
}

.nomee {
    width: 200px;
    height: 200px;
}

.olecram {
    width: 125px;
    position: absolute;
    width: 80px;
    height: 80px;
    left: 350px;
    top: -150px;
    margin-left: 30px;
}
.olecram img {
    width: 200%;
    object-fit: cover;
}
.Titulo {
    left: 150px;
    width: 100%;
}

.logo {
    width: 0px;
    height: 0px;

}
footer {
    width: 1272px;
    position: absolute;
    height: 70px;
    background-color: #CCC8FE;
    box-shadow: 0px rgb(44, 43, 43);
    padding: 0px;
    bottom: -150px;
}
footer h2{
    display: flex;
    justify-content: end;
    padding: 20px;
    
}