@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@-webkit-keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

body {
    background: #1D4350;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #7d342e, #1D4350);
    background: linear-gradient(to right, #7d342e, #1D4350);    
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.wallet {
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    color: #212121;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.max-w {
    max-height: 300px;
    max-width: 600px;
    object-fit: cover;
}

.container {
    max-width: 420px;
}

.pfp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -100px;
}

.job {
    position: relative;
    text-align: center;
    background: #21212192;
    padding: 5px;
    border-radius: 15px;
    /* background-image: url('./scis.jpg'); */
    background-position: 0px -2000px;
    color: white;
}

.lni {
    font-size: 40px;
    color: #ffffff;
}

a {
    color: aquamarine;
    text-decoration: none;
}

