
@font-face {
    font-family: 'bubble';
    src: url(fonts/bubble.TTF);
}

@font-face {
    font-family: 'rainyhearts';
    src: url(fonts/rainyhearts.ttf);
}

body{
    background-color: #F15B25;
    font-family: Arial, Helvetica, sans-serif;
}

h1{

}

p{

}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline-block;
    margin-right: 15px; /* Adjust the spacing as needed */
}

div{
    border-width: 1px;
    border-style: ;
    border-color: ;
    text-align: center;
    margin: auto;
}

#index {
    font-family: bubble;
    font-size: large;
}

#top {
    width:50%;
}

#title {
    font-family: bubble;
    font-size: larger;
}

#main {
    font-family: rainyhearts;
    font-size: x-large;
}

#below {
    font-family: rainyhearts;
    font-size: x-large;
}




