@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Poppins', sans-serif !important;
}

video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.welcome{
    background: rgba(0,0,0,0.75);
}

.content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    padding: 20px;
}
.content .logo img{
    width: 270px;
    margin: 0 auto 30px auto;
}
.content h2{
    font-size: 24px !important;
    font-weight: 600 !important;
}
.content .address,
.content .phone,
.content .email{
    font-weight: 300 !important;
    font-size: 16px !important;
}
.content .typewriter{
    margin-top: 30px;
}
.content .typewriter h1{
    height: 50px !important;
    line-height: 50px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 24px !important;
    font-weight: 600;
}
.content .typewriter h1:after{
    content: '';
    width: 2px;
    height: 50px;
    position: absolute;
    background: #ff0000;
    margin-left: 10px;
}
