

body {
    min-height: 100vh;
    margin: 0;
    background-image: url("bg.JPG");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
#main {
    height: 100%;
    text-align: center;
}

#contact{
    display: flex;
    flex-direction: column;
    justify-content: start;
}

#domain-for-sale {
    font-size: 1.8rem;
}

#contact p {
    margin: 5px;
}

h1, p {
    color: aliceblue;

}

h1 {
    font-size: 3.5rem;
}

p {
    font-size: 1.5rem;
}