@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
    margin: 0;
    padding: 0;
    background-color: #1c2324;
    color: #a59dd8;
    align-items: center;
    font-family: "Ubuntu", sans-serif;
}

main {
    margin: 0;
    padding: 0;
    background-color: #1c2324;
    color: #a59dd8;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    font-family: "Ubuntu", sans-serif;
}

header {
    width: 95%;
    display: flex;
    justify-content: space-between;
    padding: 12px;
    margin-top: 15px;
    margin: 15px auto;
    font-weight: bold;
}

.container {
    width: 91%;
    max-width: 680px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1 {
    font-size: 20px;
} 

.pc h1 {
    font-size: 19px;
    margin-bottom: 0;
} 

.container a {
    text-decoration: none;
    color: #a59dd8;
}

a {
    text-decoration: underline;
    color: #a59dd8;
}

header a {
    text-decoration: none;
}

.item {
    width: 100%;
    background-color: #555371;
    margin: 7px;
    border-radius: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item:hover {
    transition: cubic-bezier(.07, 1.41, .82, 1.41) 0.2s;
    transform: scale(1.02);
}

.imgbox {
    height: 123.12px;
    width: 123.12px;
    border-radius: 61.56px;
    overflow: hidden;
}

.imgbox img {
    height: 100%;
}

.icon {
    margin: 0 8px;
    width: 44px;
    height: 44px;
}

.container .top p{
    margin: 0px;
    padding: 0px;
}

.source svg {
    width: 38px;
    height: 38px;
    max-width: 788px;
    padding: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.source svg {
    margin-left: 12px;
    color: #ffffff;
}

.source svg:hover {
    transition: cubic-bezier(.07, 1.41, .82, 1.41) 0.2s;
    transform: scale(1.2);
}

.pc {
    width: 91%; 
    max-width: 1000px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: left;
}

.pc img {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 0.7em;
    border: 0.15em solid #a59dd8;     
    border-radius: 8px;        
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); 
    width: clamp(200px, 40%, 1000px);
    max-width: 100%;
}

.pc p {
    text-align: justify;
}

footer {
    text-align: center;
    color: #555371;
}

footer a{
    color: #555371;
    text-decoration: underline;
}

.pnf {
    text-align: center;
}

.pnf h1{
    font-size: 200px;
    margin: 0px;
}

.pnf h2{
    font-size 19px;
}
