* {
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;

    margin: 0;
    font-weight: normal;
}

body {
    opacity: 0;
    transition: opacity 2s ease;
}

body.loaded {
    opacity: 1;
}

.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin-top: 2rem;
    gap: 3rem;

    color: #ff7da4;
}

.main-txt {
    text-align: center;
}

.main img {
    border-radius: 5%;
}

.btn {
    border-bottom: 1px solid #dedede;

    width: 30%;
    height: 30px;

    display: flex;

    justify-content: center;
    gap: 2rem;
}

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

.btn .a1 {
    color: #ff7da4;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    align-self: center;
    
    margin-top: 10rem;
    gap: 2rem;
}

.card {
    display: flex;
    flex-direction: column;

    gap: 1rem;

    width: 60%;
}

.card .line {
    height: 0.5px;
    width: 4rem;
    background-color: #303030;

    margin-top: 2rem;

    align-self: center;
}

.card .time {
    color: #ff7da4  ;
    font-weight: lighter;
}

.end {
    margin-top: 10rem;
    border-top: 1px solid #dedede;

    height: 7rem;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card .tags {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    color: #ff7da4;
    font-weight: lighter;
    font-size: 12px;
    margin-top: 2rem;
}

.card .tags p {
    border-color: #ff7da4;
    border-style: solid;
    border-width: 1.5px;
    border-radius: 0.5em;
    padding: 0.3rem;
}

.card .go{
    background-color: #303030;
    text-decoration: none;
    color: white;
    width: 6rem;
    height:2rem;

    display:flex;
    justify-content: center;
    align-items: center;
    
    align-self: center;

    margin-top: 1rem;
}
