@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    margin: 0px 0px 0px 0px;
}

* { 
    transition: all .5s ease;
}
    	    
html {
    font-family: "Poppins", sans-serif;
    color: #fff;
    background: #e1251b;
    background-image: url(https://ekolsaglikgrubu.com/images/duymer-bg.png);
    background-size: auto 100vh;
    background-repeat: no-repeat;
    background-position: right top;
}

.container {
    width: 600px;
    max-width: 100%;
    min-height: calc(100vh - 100px);
    margin: auto;
    position: relative;
}

.qr img {
    width: 200px;
    max-width: 100%;
    border: 10px solid hsl(0deg 0% 0% / 20%);
    border-radius: 15px;
}

.qr {
    text-align: center;
    padding: 40px 40px 10px;
}

.name {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
}

.title {
    text-align: center;
    font-size: 22px;
    font-weight: 200;
}

.add {
    font-family: 'Poppins', sans-serif;
    display: block;
    margin: auto;
    margin-top: 15px;
    border: 0px;
    padding: 15px 30px;
    background: #000;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
}

.info-item {
    padding: 20px;
    background: rgb(0 0 0 / 25%);
    backdrop-filter: blur(15px);
    margin-top: 5px;
    border-radius: 50px;
    display: block;
    color: #fff;
    text-decoration: none;
}

.infos {
    margin: 20px 20px 0px 20px;
}

.info-icon {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ffffff24;
    border-radius: 100%;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.info-text {
    font-size: 18px;
    padding-left: 45px;
    line-height: 100%;
}

.info-text small {
    font-size: 12px;
}

.social {
    padding: 20px;
    text-align: center;
    background: #000000;
    margin-top: 20px;
}

.social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 100%;
    color: #e1251b;
    font-size: 20px;
}