body{
    background-image: url("4798873.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin:auto;
}
@font-face{
    font-family: headerfont;
    src: url(BackToSchoolPersonalUseRegular-w1xX2.ttf)
}
@font-face{
    font-family: headerfont1;
    src: url(SunnyspellsRegular-MV9ze.otf)
}
.header{
    position: absolute;
    top: 1%;
    left: 0.5%;
    width: 98%;
    border-radius: 5px;
    background-color:rgb(182, 200, 215);
    padding: 20px 10px;
    text-align: right;
    height: fit-content;
}
.header a{
    padding: 10px 10px;
    text-decoration:none;
    color: rgb(152, 108, 14);
    font-family:headerfont1;
    font-weight: lighter;
    font-size:x-large;
}
.header a:hover{
    text-decoration: underline;
    color: rgb(137, 83, 7);
    font-size:xx-large;
    font-weight: bold;
}
#hobbies{
    color:maroon;
    font-family: headerfont;
    cursor: pointer;
    font-size: xx-large;
}
#hobbies:hover{
    text-decoration: underline;
    font-size: xx-large;
    font-weight: 100;
}
.hobby{
    display: none;
    background-color: rgb(11, 11, 124);
    width: 90%;
    height: 100%;
    border: 2px solid crimson;
}
@font-face {
    font-family: headerfont3;
    src: url("WhiteLettersDemoRegular.ttf");
}
@font-face {
    font-family: content1;
    src: url("Auttera-1.1.ttf");
}
.head{
    color: gold;
    font-family: headerfont3;
    text-align: center;
    text-decoration:solid;
    font-size:xx-large;
}
.content{
    position: absolute;
    top: 10%;
    left: 10%;
}
.content p{
    color: gold;
    font-family: content1;
    font-size: xx-large;

}
.interaction{
    color: blue;
    border-radius: 2px;
    position: absolute;
    left: 0%;
    top: 10%;
    width: 100%;
    height: 90%;
}
.interaction form{
    position: absolute;
    left: 40%;
    top: 25%;
}
form label{
    font-size: xx-large;
}
#sub{
    width: 100px;
    height: 60px;
    padding: 5px 5px;
    border-radius: 100px;
    border: 1px soid brown;
}
#sub:hover{
    background-color: rgb(189, 184, 184);
}
footer{
    text-align: center;
    position: absolute;
    right: 1%;
    top: 80%;
    background-color: cornflowerblue;
    font-size: larger;
    border: 1px solid goldenrod;
    border-radius: 5px;
}

