body{
    height: 100vh;
    width: 100vw;
    background-color: cyan;
    
    
    
}
.container{
    /* border: 2px solid black; */
    padding-left: 70px;
    /* background-color: white; */
    height: 40vh ;
    width: 60vw;
    font-family: sans-serif;


    
}
.outer{
    height: 70vh;
    /* background-color: red; */
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items:center;
}
h1{
    
    font-family: fantasy;
}