head {
    text-align:center;
}

body {
    min-height:100vh;
    background:linear-gradient(to top, rgb(64, 161, 199), rgb(135, 206, 235), white);  
    margin: 5; height: 50%;  
}

h1 {

    color:rgb(212, 23, 212);
    text-align:center;
    font-size:40px;
    font-style: italic;
    }
    
    h2 {
        font-size:35px;
    }
    
    h3 {
        background-color:black;
        color:hotpink;
        text-align:center;
        font-size:30px;
        margin-bottom:100px;
        margin-right:40px;
      
    }
    
    h4 {
        color:black;
        font-size: 20px;
        margin-bottom:20px;
    }
    
    h6{
        margin-left:100px;
        
    }
    footer {
        background-color: forestgreen;
        height:20vh;
    }
    

    button {
        background-color:black;
        color:hotpink;
        font-size:20px;
        border-color:pink;
        border-radius:2px;
        box-shadow: 4px 4px hotpink;
        margin-left:5px;
        height:40px;
        margin-bottom:200px;
    }



    
    button:hover {
        transform: scale(0.8);
        border-color:pink;
        border-radius:2px;
    }
    
    button:active {
        opacity:0.5;
    }
    

    img {
        border-color: hotpink;
        border-radius: 20px;
        margin-left:50px;
    }

    .PeachPresenting {
        height:450px;
        width: 350px;
        margin-right:6px;
        
    }

    p {
        color:pink;
        text-align:center;
        font-size:30px;
        font-style: italic;
        float:left;
        background-color:black;
        margin-left:20px;
    }
    
    
    .CuteCloud {
        width:300px;
        height:200px;
    }