
.main{
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    min-height: 100vh;
    justify-content: center;
    align-items: center;
}

.content-wrapper{
    width: 650px;
    background-color: #000000d9;
    padding: 40px;
    border-radius: 7px;
}

h1{
    font-size: 45px;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

h2{
    margin: 30px 0;
    font-size: 20px;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

.social-icon ul li a{
    font-size: 18px;
    text-decoration: none;
    display: flex;
    color: #fff !important;
    background-color: #52A1DD;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

p{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 40px;
    font-size: 12px;
    color: #fff;
}