@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');

* {
    margin: 0;
    padding: 0;
}

#title {
    font-family: 'Dela Gothic One','cursive';
    font-size: 3.7vw;
    color: green;
    background-color: greenyellow;
    border-bottom: 5px solid;
    text-align: center;
    width: auto;
    padding: 15px;
}

#title-info {
    font-family: sans-serif;
    font-size: 1.7vw;
}

#update {
    display: flex;
    width: 50vw;
    height: clamp(20px,20vh,150px);
    position: relative;
    margin: 0 auto;
    top: 6vh;
    border: 2px gray solid;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#update-title {
    display: flex;
    font-size: 1.6vw;
    text-align: center;
}

#br-1 {
    width: 100%;
}

#update-info {
    display: flex;
    width: 40vw;
    height: clamp(20px,20vh,100px);
    text-align: center;
}

#toolmenu {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}