#page{
    margin: auto;
    font-size: 120px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 350px;
}

#conteudo{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    position: fixed;
    float: right;
    margin-left: 80%;
}
#img{
    width: 350px;
    height: 350px;
    display: flex;
    margin-left: 40%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}