@import "reset.css";

#menuIcon {
    position: absolute;
    top: 0;
    right: 0;
    color: whitesmoke;
}
nav{
    background: #230C33;
}
#menu{
    text-align: right;
    display: none;
}
#menuIcon a,
#menuIcon a:hover,
#menuIcon a:visited,
#menuIcon a:active {
    text-decoration: none;
    color: inherit;
}

.menuItem {
    font-size: 16px;
}
form{
    border:solid;
    padding: 10px;
    display:flex;
    flex-direction:column;
    margin: 25px;
    font-family: 'Times New Roman', Times, serif;

}
label, input {
    margin: 3px;
}

body {
    background-color: #69747C;

}
h1 {
    font-size: 34pt;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin: 30px;
}
a:link {
    color: red;
  }
  a:visited {
    color: rgb(255, 24, 3);
  }
  a:hover {
    color: hotpink;
  }
  a:active {
    color: blue;
  }
h2 {
    font-size: 48px; ;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    padding: 20px;
    background-color: rgb(71, 80, 115);
}
P{
    text-align: center;
    margin: 30px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    
}

#skibidi {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
}

#donut {
    width:min-content;
}

#donut img {
    width: min-content;
}