* {
    font-size: 40vw;
    align-content: center;
    align-items: center;
    background-color: rgb(252, 218, 65)
       
}


html {
    font-family: Helvetica, sans-serif;
    font-size: 40px
    
    } 
    
body {
    font-family: Helvetica, sans-serif;
    text-emphasis-color: black;
    font-size: 5vw;
        text-align: center;
        width: 100%;
        height: 100%;
    

    } 

head {
    font-family: Helvetica, sans-serif;
    text-emphasis-color: black;
    font-size: 40px;
    background-color: pink;
    font-size: 40vw;
    align-content: center;

    } 

.oO {
    color: white;
    background-color: purple

}


.o {
 color:pink

}

p{
    color:blue;
    border-color: solid grey;
    font-size: 20vw;
    margin: 0vw;
    border: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
    width: 0px;
    align-content: center;

}

a{

    margin: 0vw;
    border: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
    width: 0px;
    font-size: 20vw;
    align-content: center;

}



body{ 
    
    
    background: linear-gradient(#424242, #080808);
    text-align: center;
    width: 100%;
    height: 100%;
    align-content: center;
    
}

button:hover {
    color: transparent;
  }

