body {
background-image: url('../img/bg1.jpg');
background-size: cover;
transition: 0.5s linear;
}
.title {
font-size: 40pt!important;
margin-top: 10vh
}
.bubble-container {
max-width: 800px;
margin: auto
}
.bubble {
padding: 30px;
width: 150px;
height: 150px;
margin: auto;
}
.bubble h3 {
font-size: 30pt;
}
.contact-now {
border-radius: 5000px !important;
}
.hertzsoft-logo {
height: 30px;
}

.preloader {
    margin: 0px;
    padding: 0px;
    top: 0;
    background-color: #e74c3c;
    width: 100%;
    height: 100vh;
    text-align:center;
    position:fixed;
}
svg {
    width: 100px;
    height: 100px;
    margin: 20px;
    margin-top: 40vh;
    display: inline-block;
}