@charset "UTF-8";

body {
    background-color: rgb(15, 15, 15);
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

h1 {
    color: whitesmoke;
}

a {
    color: whitesmoke;
    text-decoration: none;
}

a.link-portfolio {
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    background-color: black;
    color: white;
    text-decoration: none;
    width: 130px;
    margin: auto;
    margin-top: 15px;
    padding: 3px 0px;
    text-align: center;
    border-radius: 14px;
}

iframe {
    margin-bottom: 25px;
}