@import url("https://use.typekit.net/bvc6nhn.css");
body{
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #f2d5eb;
}

.img-header {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-bottom: 3%;
    border-radius: 5px;
    border: 2px solid #f2d5eb;
    transition: 0.8s;
}
img:hover{
    width: 81%;
    border: 4px solid #43133C;
}

.img-bottom{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-bottom: 3%;
    margin-top: 3%;
    border-radius: 5px;
    border: 2px solid #f2d5eb;
    transition: 0.8s;
}


.title{
    font-size: 40px;
    background-color: #43133C;
    color: white;
    letter-spacing: 5px;
    padding: 10px 0;
}

.wrapper-header{
    font-family: ocr-a-std, monospace;
    margin: 3% 11% 0;}

.sub-heading{
    padding: 0;
    margin: 13px 0 0 0;
    letter-spacing: 2px;
    font-size: 17px;
}

.sub-heading:hover{
    font-weight: 800;
    cursor: default;
}

.wrapper-li{
    font-family: ocr-a-std, monospace;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    padding: 0% 30% 3% 30%;
    display: flex;
    max-width: max-content;
    margin: auto;
    flex-direction: column;
}

.title {
    font-family: lores-15,sans-serif;
    font-weight: 700;
    font-style: normal;
}

ul{
    padding: 0;
    margin: 0
}

li{
    border: black solid 2px;
    border-radius: 5px;
    list-style-type: none;
    margin: 10px 0px;
    padding: 5px;
}

a{
 text-decoration: none;
 color: black;
 transition: 0.8s;
}

a:hover {
    color: #43133C;
    font-weight: 800;
     cursor: pointer;

}

h4{
    font-size: 35px;
    letter-spacing: 5px;
    font-family: lores-15, sans-serif;
    text-align: center;
    margin: 0 0 5% 0;

}

h3{
    letter-spacing: 5px;
    font-family: lores-15, sans-serif;
    text-align: center;
    font-size: 30px;
    margin: 30px 0;
    transition: 0.8s;
}

h3:hover{
    font-size: 32px;
    cursor: default;
}

.wrapper {
    background-color: #43133C;
    color: #ffff;
    margin: 0 0 0 0;
    padding: 15px 0;
    font-family: ocr-a-std, monospace;
    font-size: 12px;
    letter-spacing: 6px;
    line-height: 2.5;

}

.contact {
    text-decoration: none;
    color: #f2d5eb;
}

.contact:hover{
    text-decoration: none;
    color: #f2d5eb;
}

@media all and ( max-width: 600px) {
    .wrapper-header{
        margin: 3% 9% 0;
    }

    .sub-heading:hover{
        font-size: 17px;
    }

    .wrapper-li{
        padding: 0 5% 5% 5%;

    }

    a:hover{
        color: black;
        font-weight: 400;
    }

    h3:hover{
        font-size: 30px;

    }
    
    .wrapper{
        padding: 20px 8px;
        font-size: 10px;

    }

    .sub-heading{
        margin: 18px 0 0 0;
    }

    .img-header {    
        border: 4px solid #43133C;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 95%;
        margin-bottom: 3%;
        margin-top: 3%;
        border-radius: 5px;
    }

    .img-header:hover {
        width: 95%;
        border: 4px solid #43133C;

    }

    .img-bottom {    
        border: 4px solid #43133C;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        margin-bottom: 3%;
        margin-top: 3%;
        border-radius: 5px;
    }
    .img-bottom:hover {
        width: 50%;
        border: 4px solid #43133C;

    }


}