* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

section {
    height: 100vh;
    gap: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 247, 237);
}

.img {
    height: 70px;
}

h1 {
    font-size: 40px;
    font-weight: 900;
    color: #333333ff;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    color: #FF7700;
}

#div {
    overflow: auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-height: 60vh;
    padding: 15px 80px;
    border: 1px solid #bd5800;
    background-color: white;
}

p {
    font-size: 22px;
    font-weight: 100;
    color: rgb(126, 126, 126);
}

.intro {
    
}