
body {
    margin: 0;
}

#welcome, #role, .long{
    font-family: 'Space Mono';
}

#name {
    font-family: 'Playfair Display';
    font-size: 60px;
    font-weight: 800px;
}

div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 30px;
}

#welcome {
    margin-top: 125px;
    margin-bottom: 10px;
}

.text {
    margin: 0px 0px;
    text-align: center;
}

.long {
    background-color: #FFEAEA;
    text-decoration: none;
    color: black;
    margin: 5px 0px;
    padding: 5px 150px;
    border-radius: 15px;
}

#proj-button {
    padding: 5px 141px;
}

#two {
    margin: 40px 0px;
}

#three {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 175px;
}

.circle {
    display: flex;
    background-color: #FFEAEA;
    padding: 10px;
    margin: 0px 10px;
    border-radius: 20px;
}

img {
    width: 25px;
}

.title {
    font-family: 'Playfair Display';
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.description, .description-footer {
    font-family: 'Space Mono';
    font-size: 15px;
    padding: 0px 200px;
    margin: 20px;
}

.description-footer {
    text-align: center;
}

#about {
    margin-bottom: 250px;
}

a:hover {
    background-color: #e69494;
}

.proj-name {
    font-family: 'Space Mono';
    font-size: 15px;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
}

.proj-description {
    font-family: 'Space Mono';
    font-size: 15px;
    margin: 0px 0px 0px 0px;
}

.project {
    background-color: #FFEAEA;
    width: 750px;
    height: 250px;
    border-radius: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 58% 42%;
}

.proj-img {
    width: 300px;
    border-radius: 30px;
}

.proj-link {
    transition: transform .2s;
}

.proj-link:hover {
    transform: scale(1.1);
    background-color: #ffffff00;
}

.caption {
    text-align: center;
}

footer {
    margin-top: 200px;
    background-color: #FFEAEA;
    height: 25px;
}
