
@font-face {
    font-family: 'Arimo';
    src: url('ekstra_downloads/Arimo-Regular.ttf');
}

body {
    background-color: #F5EADC;
    font-family: 'Arimo', Arial;  
    color: rgb(43, 30, 47);
}

header {
    background-color: rgb(43, 30, 47);
    opacity: 0.85;    
    color:#F5EADC;
    text-align: center;
}

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

figcaption {
    font-style: italic;
}

.selfpotrait {
    text-align: center;
    border: 3px #D7BFB7 solid;
    border-radius: 20px;
}


h1{
    text-align: center;
    color: rgb(43, 30, 47);
}

Img{
    text-align: center;
}

div {
    background-color: white;
    border: 4px #D7BFB7 solid; 
    border-radius: 25px;
    padding: 2% 
}

