@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&display=swap');
body {
    background-image: url("/asset/img/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #7d8597;
}

i {
    font-size: 20px;
}

a, a:link, a:visited {
    color: #7d8597;
    text-decoration: none;
}
a:hover {
    color: #7d8597;
    text-decoration: none;
    text-shadow: rgb(0, 102, 255) 1px 0 10px;
}

.section-main {
    height: 100vh;
    display:flex;
    align-items: center;
}
.col__custom {
    display: flex;
    justify-content: center;
}
.about-box {
    max-width: 500px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.253);
    backdrop-filter: blur(10px);
    padding: 35px;
}

.img-fluid {
    max-width: 120px;
    border-radius: 50%;
}