body {
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #edc8b8;
}

.ashton {
    width: fit-content;
    padding: 45px;
    margin: auto;
    background-color: #123d6a    ;
    margin-top: 5%;
    box-shadow: 5px 5px 5px #1f1830;
    border-radius: 30px;
}

.ashton :is(img) {
    box-shadow: 5px 5px 5px #241b3b;
    border-radius: 10px;
}

.author {
    color: #9d00ff;
    font-size: 25px;
    text-shadow: 2px 2px 5px #9d00ff;
}

.skills {
    color: white;
    font-size: 15px;
    text-shadow: 2px 2px 5px #ffffff;
}

.socials {
    background-color: #120e1b;
    padding: 8px;
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: 3px 3px 3px #1d1336;
}

.title {
    vertical-align: middle;
    display: inline;
    color: #6c6383;
    font-size: 20px;
}

.link {
    display: inline;
    color: white;
    font-weight: 100;
    color: #bdace7;
    font-size: 12px;
    background-color: #1e192c;
    padding: 8px;
    border-radius: 5px;
}
