#addresstrack{
    display: block;
    justify-items:center;
    background: url(./images/pattern-bg-desktop.png);
    background-repeat: repeat;
    margin-left: -30px;
    margin-right: -10px;
    margin-top: -25px;
    height: 200px;
    color: rgb(235, 232, 232);
    height: 250px;
}
#input1{
    width: 400px;
    height: 30px;
    border-radius: 10px;
}
#name{
    padding-top: 50px;
}
#click1{
    height: 35px;
    width: 40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    margin-left: 375px;
    background-color: black;
    background-image: url(./images/icon-arrow.svg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 13px;
}
#inputblock{
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 0px;
}
#search{
    display: flex;
    flex-direction: row;
    background-color: rgb(244, 242, 242);
    height: 150px;
    margin-left: 55px;
    margin-right: 100px;
    margin-top: -60px;
    border-radius: 10px;
    position: absolute;
    z-index: 1;
}
#map{
    position: absolute;
    height: 600px;
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
    z-index: 0;
}
.block1{
    height: auto;
    width: 350px;
}
.text{
    margin-left: 30px;
    margin-top: 30px;
    font-size:medium;
    font-style:oblique;
    font-weight: bolder;
}

#ip{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 10px;
}
#isp{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 10px;
}

#alert {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    align-content: center;
    justify-content: center;
    justify-items: center;
}
#alertmessage{
    background: rgb(99, 80, 160);
    text-align: center;
    border-radius: 10px;
}
#close{
    color: rgb(241, 242, 251);
    background: green;
    border-radius: 10px;
    height: 50px;
    font-weight: bolder;
    margin-left: 50px;
}
#alertdiv{
    background: rgb(99, 80, 160);
    border-radius: 10px;
    align-items: center;
    align-content: center;
    height: 100px;
    width: 150px;
}