@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700&display=swap');
body{
    background-image: url("img/background.jpg");
    font-family: 'Zen Maru Gothic', sans-serif;
    margin-top: 120px;
}
main{
    color: white;
}
main h1{
    text-align: left;
    margin: 20px;
    font-size: 200%;
}
.head li{
    padding: 10px;
    border-radius: 10px;
}
.head li:hover{
    background-color: rgba(255, 224, 51, 0.384);
}
ul.head{
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
ul.head a{
    color: rgb(255, 255, 255,1);
}
a{
    text-decoration: none;
    color: black;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(254, 255, 213, 0.6);
    color: rgba(255, 255, 255,50);
}
footer{
    background-color: rgb(255, 255, 255);
    margin-top: auto;
    display: flex;
    justify-content: space-around;
}
.foot-main{
    padding: 20px;
}
.container{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
img.photo{
    max-width: 30%;
    border-radius: 20px;
    box-shadow: black 5px 5px 10px;
}
.user{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin:  30px 30px 15px 15px;
}
.name-logo{
    display: flex;
    flex-flow: column;
}
.name-logo img{
    width: 8vw;
    margin: 5%;

}
.name-exp{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.name-exp h2{
    font-size: 7vw;
    margin: 5px;
}