

html{

    font-family: 'Courier New', Courier, monospace;
    font-size: 18px;
    background-color: rgb(22, 51, 51);
    color:rgb(99, 255, 179);
    
    text-align: left;

    line-height: 20px;
}

h1, h2, h3{
    color: whitesmoke;
    text-align: center;
}

.button{
    background-color: whitesmoke;
    color: rgb(22, 51, 51);

    
    font-weight: 400;
    font-size: 16px;
    text-align: center;

    text-decoration: none;
    width: 100%;

}

.button:hover{
    cursor:pointer;
    background-color:rgb(99, 255, 179);
}

.container{
    padding: 20px;
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    border-color: rgb(99, 255, 179);
    border-style: solid;

}

.a-linkedin{
    color: aquamarine;
    text-decoration: none;
}

.a-linkedin:hover{
    color: aliceblue;
    text-decoration: underline;
}
