body{

    margin: 0px;
    padding: 0px;

}

.HomeBox{

    background-color: yellow;
    width: 100%;
    height: 100vh;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 100px;
    
    
}

.button{

    color: black;
    text-decoration: none;
    font-size: 40px;
    font-family: 'Times New Roman', Times, serif;
    border: 0px solid ;
}