*{    
    margin: 0px;
}
body{
    background-color: #ffb073;
    background-image: url("https://transparenttextures.com/patterns/crisp-paper-ruffles.png");
}
header{
    position: relative;
    width: 1359px;
    height: 100px;
    background-color: white;
    padding: 1px;
    border: 2px double white;
    margin: 0px auto;
}
#nome{
    position: relative;
    width: 370px;
    height: 80px;
    font-family: 'Satisfy', cursive;
    color: #ff3300;
    font-size:50px;
    float: left;
    padding: 20px;
    margin-left: 15px;
}
#menuTopo{
    position: relative;
    width: 525px;
    height: 10px;
    float: right;
    padding: 45px;
    margin-right: 20px;
}
#menuTopo a{
  box-shadow: 2px 2px #ffb073;
  text-decoration:none;
  font-family: 'Lora', serif;
  color: black;
  font-size: 25px;
  padding: 8px;
}
#organizacao{
    position: relative;
    width: 700px;
    height: 350px;
    margin: 0px auto;
    background-color: white;
    padding: 13px;
    border: 2px double #ffb073;
}
#meio{
    position: relative;
    width: 270px;
    height: 250px;
    float: left;
    padding: 1px;
}
#texto{
    position: relative;
    width: 360px;
    height: 320px;
    margin: 1px;
    float: right;
    font-family: 'Lora', serif;
    color: black;
}
footer{
    position: relative;
    width: 1359px;
    height: 90px;
    background-color: white;
    padding: 1px;
    border: 2px double white;
    margin: 0px auto;
    
}
#imagem{
    position: relative;
    width: 300px;
    height: 10px; 
    margin: 0px auto;
    padding: 20px;
}
#imagem a{
    margin: 10px;
}
#formacao{
    position: relative;
    width: 500px;
    height: 320px;
    margin: 1px;
    float: left;
    font-family: 'Lora', serif;
    color: black;
    padding: 10px; 
}
#organizacaoAtv{
    position: relative;
    width: 1100px;
    height: 350px;
    margin: 0px auto;
    background-color: white;
    padding: 13px;
    border: 2px double #ffb073;
}
#atvComplementares{
    position: relative;
    width: 570px;
    height: 320px;
    margin: 1px;
    float: right;
    font-family: 'Lora', serif;
    color: black;
    padding: 10px;
    font-size:15px;    
}
#experiencia{
    position: relative;
    width: 450px;
    height: 320px;
    margin: 1px;
    float: left;
    font-family: 'Lora', serif;
    color: black;
    padding: 10px;
    font-size:15px;
}
#portifolio1{
    position: relative;
    width: 250px;
    height: 10px;
    padding: 20px;
    margin: 0px auto;
}
#portifolio1 a{
    text-decoration: none;
    font-family: 'Lora', serif;
    color: black;
    font-size:30px;       
}
#portifolio1:hover{
    text-decoration: underline;
    color: #ffb073;
}
#portifolio2{
    position: relative;
    width: 200px;
    height: 10px;
    padding: 20px;
    margin: 0px auto;
}
#portifolio2 a{
    text-decoration: none;
    font-family: 'Lora', serif;
    color: black;
    font-size:30px;       
}
#portifolio2:hover{
    text-decoration: underline;
    color: #ffb073;
}