 body {
    padding:0;
    margin:0;
    font-family: Arial, Helvetica, sans-serif;
}
.background{
    padding:0;
    margin:0;
    background-repeat: no-repeat;
    background-image:url('images/background2.png');
    height:100vh;
    background-size: 100vw 100vh;
    background-attachment: fixed;
}
.himatthew {
    text-align:center;
    font-size: 64px;
    font-family: Arial, Helvetica, sans-serif;
}
.datetime {
    font-family: Arial, Helvetica, sans-serif;
    text-align:center;
    font-size: 24px;
    text-decoration-color: black;
    font-style: bold;
}
.randmsg {
    padding:5%;
    font-size:36px;
    text-decoration-color: black;
    text-align: center;
    font-style: bold;
}
.link {
    padding: 5%;
    text-decoration: none;
    text-align: center;
    display: block;
    color: black; 
    font-size: 16px;
    padding:10px;
}
a:hover {
    color:aqua;
}
h3 {
    text-decoration: none;
    text-align: center;
    display: block;
    color: black; 
    margin: 10px 0;
}
