@charset "UTF-8";



/* @font-face {
font-family: "KouzanBrush";
src: url("fonts/KouzanBrush.ttf") format("truetype");
} */

body {
    font-family: 'Times New Roman', Times, serif
}

header {
    margin-top: 30px;
    margin-bottom: 30px;
}


nav ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 60px;
    font-size: 20px;
}

nav a {
    text-decoration: none;
    color: black;
}




.first h1 {
    font-size: 38px;
    text-align: center;
    line-height: 60px;
    font-weight: lighter;
    color: black;
    margin: 0;
    z-index: 1;
    position: relative;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 29px;
    margin: 0 auto;
}


.small {
    padding-left: 5px;
    font-size: 28px
}


.first ::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../img/frame2.jpg);
    border-radius: 60%;
    animation: rotateAnimation 10s linear infinite;
    /* will-change: transform; / */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    width: 550px;
    height: 550px;
    margin: auto;
}



@keyframes rotateAnimation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}



h2 {
    background-color: rgb(232, 238, 238);
    padding: 10px;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    /* font-size: 30px */
}

h3 {
    position: relative;
    text-align: center;
    text-align: center;
    font-weight: bold;
    padding: 0 13px;
    display: inline-block;
    margin-bottom: 10px;
}

h3::before,
h3::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.2px;
    height: 15px;
    background: black;
}

h3::before {
    left: 0;
}

h3::after {
    right: 0;
}


.before {
    text-align: center;
}



.beside {
    display: flex;
    justify-content: center;
    gap: 70px;
    margin-top: 50px;
}

#work ul {
    list-style-type: none;
}

#work li {
    text-align: center;
    border: 2px double;
    margin-bottom: 15px;
    padding: 10px 0;
    width: 400px;
}

#work a {
    text-decoration: none;
    color: black;
}


.icoon {
    width: 250px;
    border-radius: 50%;
}

.profile {
    padding-top: 30px;
    align-items: center;
    display: flex;
    gap: 300px;
    justify-content: center
}

.profile-text {
    display: flex;
    flex-direction: column;
    font-size: 17px;
    /* padding-bottom: 80px; */
}

.profile-text p {
    margin-bottom: 5px;
}

.fishing,
.romance,
.traffic {
    width: 500px;
}



.poster1,
.poster2,
.poster3 {
    display: flex;
    justify-content: center;
    gap: 100px;
}

.scam,
.swindle,
.safety {
    display: flex;
    flex-direction: column;
}

.scam h2 {
    background-color: white;
}

.swindle h2 {
    background-color: white
}

.safety h2 {
    background-color: #fff;
}

.back {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 50px;
}

.back a {
    text-align: right;
    margin: 0 auto;
    font-size: 17px;
    color: black;
    border: 1px solid;
    padding: 7px 20px;
    border-radius: 20px;
    background-color: #f3f2ef;
    text-decoration: none;
}

}






}