@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comforter+Brush&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image: url(/images/background2.jpeg);
    background-size: cover;
    background-position-x: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.next {
    position: relative;
    width: 50%;
    left: 100px;
}

.main {
    margin: 70px auto;
    width: 500px;
    text-align: center;
    border-radius: 40px;
    background: linear-gradient(to bottom right, #9d020590, #38000190);
    padding: 50px 0;
    box-shadow: 0px 20px 50px rgb(38, 2, 2);
}

.top-logo {
    margin-bottom: 15px;
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

.main-img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: 20px;
    border: 3px solid #ffffff;
    padding: 6px;
    transition: 0.5s;
}

.main-img:hover {
    padding: 15px;
}

.about .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 4rem;
    color: white;
    margin-top: 20px;
    font-weight: bold;
}

.about .para {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 1.5rem;
    color: white;
}

.main a {
    color: black;
    text-decoration: none;
}

.main a:active {
    color: black;
    background-color: white;
    text-decoration: none;
}

.main a:hover {
    color: black;
    text-decoration: none;
}

.button {
    position: relative;
    width: 300px;
    height: 65px;
    margin: 20px auto;
    border: 4px solid white;
    border-radius: 50px;
    text-align: center;
    line-height: 60px;
    font-size: 1.3rem;
    transition: 0.5s;
    background-color: white;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bold;
    cursor: pointer;
}


.button span {
    position: absolute;
    left: 20%;
}

.button:hover {
    background-color: #430001;
    border: 4px solid #430001;
    color: white;
    width: 280px;
}

.main .button i {
    position: absolute;
    top: 35%;
    right: 15%;
    text-align: right;
}

.back {
    text-align: left;
    padding-left: 40px;
    font-size: 1.8rem;
    color: white;
}

.back:hover {
    color: #360203;
}

.vamp {
    background-color: #30000098;
    margin: 20px 0;
    color: white;
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    line-height: 60px;
}

.main2 {
    width: 300px;
    height: 300px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    border: 3px solid #ffffff;
    padding: 6px;
    transition: 0.5s;
}

.main2:hover {
    padding: 15px;
}

.aboutme {
    background-color: #30000098;
    color: white;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    font-size: 1.7rem;
    line-height: 50px;
    margin-top: 20px;
    font-weight: lighter;
}

table {
    text-align: center;
    width: 90%;
    margin: 30px auto;
    padding: 20px;
    border-collapse: collapse;
}

table tr {
    border-bottom: 2px solid #ffffff90;
}

table tr td:first-child {
    color: rgb(210, 210, 210);
    font-size: 1.4rem;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    width: 160px;
    padding: 10px 0 10px 15px;
}

table tr td:last-child {
    font-size: 1.3rem;
    color: rgb(210, 210, 210);
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    padding-left: 25px;
}

table tr td:last-child a {
    color: rgb(210, 210, 210);
    transition: 0.3s;
}

.imgs img {
    width: 90%;
    margin: 0;
    padding: 0;
    outline: 0px;
}

.finalhome {
    font-size: 2.8rem;
    margin: 40px auto 0;
    color: white;
    width: 20%;
    text-align: center;
    transition: 0.5s;
}

.finalhome:hover {
    color: #360203;
}

.id {
    font-size: 1.3rem;
    transition: 1s;
    background-color: transparent;
}

@media (max-width: 500px) {
    .main {
        width: 340px;
    }

    .next {
        position: relative;
        width: 50%;
        left: 50px;
    }

    .main-img {
        width: 250px;
        height: 250px;
    }

    .about .title {
        font-size: 3rem;
    }

    .about .para {
        font-size: 1.3rem;
    }

    .button {
        width: 250px;
        font-size: 1.1rem;
    }

    .main2 {
        width: 250px;
        height: 250px;
        border-radius: 50%;
        border: 3px solid #ffffff;
        padding: 6px;
        transition: 0.5s;
    }

    .main2:hover {
        padding: 15px;
    }

    .button:hover {
        background-color: white;
        border: 4px solid white;
        color: black;
        width: 250px;
        height: 62px;
    }

    table tr td:last-child a:hover {
        color: rgb(210, 210, 210);
    }

    table tr td:first-child {
        color: rgb(210, 210, 210);
        font-size: 1.2rem;
        text-align: left;
        font-family: 'Montserrat', sans-serif;
        width: 130px;
        padding: 10px 0 10px 15px;
    }

    table tr td:last-child {
        font-size: 1.1rem;
        color: rgb(210, 210, 210);
        font-family: 'Montserrat', sans-serif;
        text-align: left;
        padding-left: 25px;
    }

    .id {
        font-size: 1rem;
        transition: 1s;
        background-color: transparent;
    }

}