@font-face{
    font-family: chelsea;
    src: url("../ChelseaMarket-Regular.ttf");
}
@font-face{
    font-family: gotu;
    src: url("../Gotu-Regular.ttf");
}
body{
    background: url("../imgs/badhon-ebrahim-ZA3RbOz6YZ0-unsplash.jpg") no-repeat center center fixed;
    padding-top: 2rem;
    background-color: #ddd;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    font-family: chelsea;
    max-width: 100%;
}
.container-fluid{
    max-width: 100%;
}
a{
    text-decoration: none;
    color: black;
}
a:hover{
    text-decoration: none;
    color: black;
}
#start{
    transition: 0.7s ease-in-out;
}
#start:hover{
    transform: scale(1.5);
}
h1{
    color: floralwhite;
    font-size: 4rem;
}
h2{
    color: floralwhite;
    font-size: 2.5rem;
}
#notesbody{
    background: black;
}
#saved,#current{
    font-family: gotu;
}
#heading{
    font-weight: bold;
}
div[id$="heading"]{
    font-weight: bold;
}