 html{background-color: #dceced;  
                height: 100%;
        }
body{
    margin-top: -5px;
    margin-bottom: 5px;
    height: 100%;
    display: block;
    width: 80%; 
    min-width: 600px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #dcc4e9;
    border:solid#999 1px;
    padding: 20px;
    box-shadow: rgba(0,0,0,.6) 0px 0px 20px;
    font-family: Verdana;
}
header,article,footer{padding:20px; 
    margin:10px;
    
}   
#main{
    header{
        font-size: 50px ;
        text-align: center;
        margin-left: 50px;
        margin-top: 50px;
    } 
    img{
        margin-top: 10px;
        margin-left: 550px;
    }
    article{
        margin-top: -420px;
        text-align: left;
    }
    main{
        text-align: center;
    }
    footer{
        margin-top: 40
        px;
        margin-left: 30px;
    }
    #outer
        {
        text-align: center;
        display: inline-block;
        width:100%;
        height: 500px;
        max-width: 450px;
        margin-top: -100px;
        border-radius: 100px;       

        }


    
    nav{text-align: left;
        margin-left: 50px;
        
    } 
    nav a{
        text-decoration: none;
        
        text-transform: uppercase;
    } 

    /* time{
        font-size: 16px;
        display: inline-block;
        font-style: italic;
        padding: 2px 5px;
        background-color: white;
    } */
    .botton
        {
        text-align: center;
        display: inline-block;
        width:100%;
        max-width: 100px;
        border: thin solid #333;
        padding: 10px 20px 20px;
        background-color: #ece6ec;
        border-radius: 100px;
        
        }
    nav a:hover
    {
        
    background-color:#ad73ad;
    
    }
        
}
#second{
    header{
        text-align: right ;
        font-size: 100px ;
        margin-top: 0px;
        
    }
    article{
        text-align: left;
        margin-left: 450px;
        margin-top: 20px;
        
        display: inline-block;
        width:100%;
        height: 400px;
        max-width: 500px;
       
        border-radius: 100px;  
         padding: 10px 20px 20px;
            background-color: #decbde;
    }
    
    img{
        margin-top: -500px;
    }
    .botton
            {
            text-align: center;
            display: inline-block;
            width:100%;
            max-width: 200px;
            border: thin solid #333;
            padding: 10px 20px 20px;
            background-color: #ebe0eb;
            border-radius: 100px;
            box-shadow: rgba(35, 35, 35, 0.25) 20px 20px 5px;
            opacity: 10px;
            margin-top: -100px;
            text-decoration: none;
            text-transform: uppercase;
            }
    nav a:hover
        {
            
        background-color:#ad73ad;
        
        }
    footer{
        text-align: right;
        margin-top: 20px;
     
    }
    
}
#third{
    
/* body{
    margin-top: -5px;
    margin-bottom: 5px;
    height: 100%;
    display: block;
    width: 80%; 
    min-width: 600px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #dcc4e9;
    border:solid#999 1px;
    padding: 20px;
    box-shadow: rgba(0,0,0,.6) 0px 0px 20px;
    font-family: Verdana;
}
header,article,footer{padding:20px; 
    margin:10px;
} */
    header{
        font-size: 75px;
        text-align: center;
    }
    nav{text-align: center;
        background-color: rgb(160, 107, 189);
        padding: 0px;
        margin:10px 0px;
    }
    nav a{
        text-decoration: none;
        display: inline-block;
        padding: 5px 15px;
        background-color: rgb(160, 107, 189);
        color: white;
        margin: 0px 10px;
        text-transform: uppercase;
    }
    nav a:hover{
        background-color:rgb(228, 209, 238) ;
    }
   
    main{
        margin-left: 500px;
        margin-top: -68px;
    }
}


