body {
    background-color: #6F2637;
    color: #fff;
        font-family: 'Fira Mono', monospace;
    font-size: 15px;

}

img {
    border-radius: 50%;
    border: 1px solid rgb(228,204,240);
    border-width: 2px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    height: auto;
    max-width:100px;
}

h1 {
    font-size: 18px;
    text-align: center;
    font-weight: 800;

}

p {
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    padding-bottom: 20px;
}

.links {
    text-align:center;
    font-weight: 800;
    font-size: 12px;
    margin-top: 10px;
    padding: 12px;
    border: 1px solid rgb(228,204,240);
    border-width: 1px;
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
}

a {
    text-decoration: none;
    color: rgb(26, 24, 24);
    background-color: #E4CCF0;
    transition: color 0.5s;
}

a:hover{
    color: #254f1a;
    background: #fff;
}

.bottom-txt {
    text-align: center;
    font-weight: 800;
    padding: 20px;
    font-size: 10px;
}