*{
    margin: 0;
}

body{
    background-color: #bed6ff;
}

header{
    background-color: #61007c;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #3cb9ff;
}

header samp{
    border: 6px #b7b7b7 solid;
    padding: 0 10px 0 10px;
    border-radius: 0px 40px 0px 17px;
}

#bigfader{
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 10px 10px;
    justify-content: center;
}

#bigfader div{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* #bigfader div input{

   display: none;
} */


#start{
    background-color: #61007c;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #3cb9ff;
}

#start button{
    background: none;
    border: 5px #b7b7b7 solid;
    font-size: 30px;
    border-radius: 16px 16px;
    cursor: pointer;
    color: wheat;
}



footer{
   
    display: grid;
    background-color: black;
    grid-template-columns: calc(100%/3) calc(100%/3) calc(100%/3);
    justify-items: center;
    align-items: center;
    color: antiquewhite;
}

footer div ul li{
    margin: 8px;
}

footer div ul a :hover{
    color: goldenrod;
}


/* ####################################################################################################### */
/* ####################################################################################################### */
/* ####################################################################################################### */

#mass{
    position: fixed;
    width: 100%;
    height: 240px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    top: 20px;
}

/* #mass #P1{
    
} */

#mass #P2{
    width: 70%;
}

#mass #P2 div{
    background-color: #158ded;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

@media (max-width:1000px){
    #mass #P2 div{
        height: 80px;

    }
}

/* ####################################################################################################### */
/* ####################################################################################################### */
/* ####################################################################################################### */
/* ####################################################################################################### */


/* #AD{
    margin-top: calc(50% / 2);
    margin-left: calc(100% / 2);
    position: fixed;
    z-index: 2;
}

#AD img{
    width: calc(90% / 2);
    height: calc(90% / 2);
}
 */










