html{
	width:100%;
	height:auto;
	font-family: 'Roboto', sans-serif;
	background-color:white;
}
#randomdiv{
	font-size:15vw;
	color:#555555;
	    position: relative;
    max-width:100%;

 
    
}
#randombutton{
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	font-size:30px;
}
#text-center{
text-align:center;
	word-wrap:break-word;

max-width:100%;
}
.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}